mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
Posted:
- Used GxsGroupFrameDialog - Added tabbed interface - Added user notify git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c6103b7535
commit
30fcab1bff
20 changed files with 1703 additions and 1546 deletions
|
@ -48,6 +48,7 @@ class ToasterDisable;
|
|||
//class ForumsDialog;
|
||||
class GxsChannelDialog ;
|
||||
class GxsForumsDialog ;
|
||||
class PostedDialog;
|
||||
class FriendsDialog;
|
||||
class ChatLobbyWidget;
|
||||
class ChatDialog;
|
||||
|
@ -98,7 +99,8 @@ public:
|
|||
#endif
|
||||
#ifdef RS_USE_LINKS
|
||||
Links = 10, /** Links page. */
|
||||
#endif
|
||||
#endif
|
||||
Posted = 11, /** Posted links */
|
||||
};
|
||||
|
||||
/** Create main window */
|
||||
|
@ -137,6 +139,7 @@ public:
|
|||
SharedFilesDialog *sharedfilesDialog;
|
||||
GxsChannelDialog *gxschannelDialog ;
|
||||
GxsForumsDialog *gxsforumDialog ;
|
||||
PostedDialog *postedDialog;
|
||||
|
||||
// ForumsDialog *forumsDialog;
|
||||
// ChannelFeed *channelFeed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue