Changed some internals in the chat dialog handling (private chat and lobby).

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-27 14:49:48 +00:00
parent 44ff9fe4f7
commit 2aa1ede192
7 changed files with 62 additions and 8 deletions

View file

@ -49,7 +49,8 @@ protected:
/** Default destructor */
~PopupChatWindow();
virtual void showEvent(QShowEvent *event);
void showEvent(QShowEvent *event);
void closeEvent(QCloseEvent *event);
private slots:
void getAvatar();
@ -57,6 +58,7 @@ private slots:
void tabInfoChanged(ChatDialog *dialog);
void tabNewMessage(ChatDialog *dialog);
void tabClosed(ChatDialog *dialog);
void dialogClose(ChatDialog *dialog);
void dockTab();
void undockTab();
void setStyle();