mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
moved feed as a tab in main window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ImprovedGUI@6103 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e6e7a1b52f
commit
8fe75acfaf
4 changed files with 37 additions and 30 deletions
|
@ -54,6 +54,7 @@ class PluginsPage;
|
|||
class ChannelFeed;
|
||||
class BandwidthGraph;
|
||||
class MainPage;
|
||||
class NewsFeed;
|
||||
class UserNotify;
|
||||
|
||||
#ifdef RS_USE_LINKS
|
||||
|
@ -118,8 +119,10 @@ public:
|
|||
*/
|
||||
|
||||
// NetworkDialog *networkDialog;
|
||||
FriendsDialog *friendsDialog;
|
||||
// SearchDialog *searchDialog;
|
||||
|
||||
NewsFeed *newsFeed;
|
||||
FriendsDialog *friendsDialog;
|
||||
TransfersDialog *transfersDialog;
|
||||
MessagesDialog *messagesDialog;
|
||||
SharedFilesDialog *sharedfilesDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue