mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Do to-do's
Took 3 hours 32 minutes
This commit is contained in:
parent
f7919d3d88
commit
b478026f6c
45 changed files with 620 additions and 506 deletions
|
|
@ -16,7 +16,7 @@ class QTextTable;
|
|||
class QMouseEvent;
|
||||
class UserContextMenu;
|
||||
class UserListProxy;
|
||||
class TabGame;
|
||||
class Game;
|
||||
|
||||
class UserMessagePosition
|
||||
{
|
||||
|
|
@ -34,7 +34,7 @@ class ChatView : public QTextBrowser
|
|||
Q_OBJECT
|
||||
protected:
|
||||
TabSupervisor *const tabSupervisor;
|
||||
TabGame *const game;
|
||||
Game *const game;
|
||||
|
||||
private:
|
||||
enum HoveredItemType
|
||||
|
|
@ -83,7 +83,7 @@ private slots:
|
|||
void actMessageClicked();
|
||||
|
||||
public:
|
||||
ChatView(TabSupervisor *_tabSupervisor, TabGame *_game, bool _showTimestamps, QWidget *parent = nullptr);
|
||||
ChatView(TabSupervisor *_tabSupervisor, Game *_game, bool _showTimestamps, QWidget *parent = nullptr);
|
||||
void retranslateUi();
|
||||
void appendHtml(const QString &html);
|
||||
void virtual appendHtmlServerMessage(const QString &html,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue