mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Moved the chat lobby tabs to the FriendsDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1ec716175b
commit
912e5339ca
12 changed files with 73 additions and 101 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class ChatTabWidget;
|
||||
|
||||
class ChatLobbyWidget : public RsAutoUpdatePage, Ui::ChatLobbyWidget
|
||||
{
|
||||
|
@ -18,12 +17,6 @@ public:
|
|||
~ChatLobbyWidget();
|
||||
|
||||
virtual void updateDisplay();
|
||||
void getInfo(bool &isTyping, bool &hasNewMessage, QIcon *icon);
|
||||
|
||||
static ChatTabWidget *getTabWidget();
|
||||
|
||||
signals:
|
||||
void infoChanged();
|
||||
|
||||
protected slots:
|
||||
void lobbyChanged();
|
||||
|
@ -34,7 +27,6 @@ protected slots:
|
|||
void itemDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void displayChatLobbyEvent(qulonglong lobby_id, int event_type, const QString& nickname, const QString& str);
|
||||
void readChatLobbyInvites();
|
||||
void tabInfoChanged();
|
||||
|
||||
private:
|
||||
RSTreeWidgetItemCompareRole *compareRole;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue