mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Add Chat Room RSLink
This commit is contained in:
parent
b662e6623b
commit
a496e6f1b0
9 changed files with 986 additions and 761 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
void setCurrentChatPage(ChatLobbyDialog *) ; // used by ChatLobbyDialog to raise.
|
||||
void addChatPage(ChatLobbyDialog *) ;
|
||||
void showLobbyAnchor(ChatLobbyId id, QString anchor) ;
|
||||
bool showLobbyAnchor(ChatLobbyId id, QString anchor) ;
|
||||
|
||||
uint unreadCount();
|
||||
|
||||
|
@ -78,6 +78,7 @@ protected slots:
|
|||
void updatePeerEntering(ChatLobbyId);
|
||||
void updatePeerLeaving(ChatLobbyId);
|
||||
void autoSubscribeItem();
|
||||
void copyItemLink();
|
||||
|
||||
private slots:
|
||||
void filterColumnChanged(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue