added method to show a given post author into the people tab

This commit is contained in:
csoler 2016-12-27 20:42:47 +01:00
parent 64737827a1
commit 3a92124aac
6 changed files with 151 additions and 31 deletions

View file

@ -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;