mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
added method to show a given post author into the people tab
This commit is contained in:
parent
64737827a1
commit
3a92124aac
6 changed files with 151 additions and 31 deletions
|
@ -51,6 +51,7 @@ class GxsChannelDialog ;
|
|||
class GxsForumsDialog ;
|
||||
class PostedDialog;
|
||||
class FriendsDialog;
|
||||
class IdDialog;
|
||||
class ChatLobbyWidget;
|
||||
class ChatDialog;
|
||||
class NetworkDialog;
|
||||
|
@ -103,6 +104,7 @@ public:
|
|||
Links = 10, /** Links page. */
|
||||
#endif
|
||||
Posted = 11, /** Posted links */
|
||||
People = 12 /** People page. */
|
||||
};
|
||||
|
||||
/** Create main window */
|
||||
|
@ -137,6 +139,7 @@ public:
|
|||
NewsFeed *newsFeed;
|
||||
FriendsDialog *friendsDialog;
|
||||
TransfersDialog *transfersDialog;
|
||||
IdDialog *idDialog ;
|
||||
ChatLobbyWidget *chatLobbyDialog;
|
||||
MessagesDialog *messagesDialog;
|
||||
SharedFilesDialog *sharedfilesDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue