first steps integrating chattools in mainwindow chat

This commit is contained in:
doitux
2007-10-12 11:07:42 +00:00
parent 44f14921d7
commit 2c67f848ea
6 changed files with 87 additions and 27 deletions
+5 -1
View File
@@ -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;
};