first steps integrating chattools in mainwindow chat
This commit is contained in:
@@ -167,6 +167,7 @@ public slots:
|
||||
void refreshGroupbox(int =-1, int =-1);
|
||||
void refreshAll();
|
||||
void refreshPlayerName();
|
||||
QStringList getPlayerNicksList();
|
||||
void refreshGameLabels(int);
|
||||
void refreshButton();
|
||||
void refreshPlayerAvatar();
|
||||
@@ -278,7 +279,7 @@ public slots:
|
||||
void breakButtonClicked();
|
||||
|
||||
void keyPressEvent ( QKeyEvent*);
|
||||
// bool event ( QEvent * );
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
|
||||
void switchChatWindow();
|
||||
void switchHelpWindow();
|
||||
@@ -446,6 +447,9 @@ private:
|
||||
|
||||
QSemaphore guiUpdateSemaphore;
|
||||
|
||||
int keyUpDownChatCounter;
|
||||
|
||||
|
||||
friend class GuiWrapper;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user