mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
enabled Channels for release
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3299 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
724e6f81a8
commit
d92e1911eb
2 changed files with 10 additions and 15 deletions
|
@ -31,10 +31,7 @@
|
|||
#include "unfinished/ApplicationWindow.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#include "ChannelFeed.h"
|
||||
#endif
|
||||
|
||||
#include "bwgraph/bwgraph.h"
|
||||
#include "help/browser/helpbrowser.h"
|
||||
|
@ -75,18 +72,18 @@ public:
|
|||
enum Page {
|
||||
Network = 0, /** Network page. */
|
||||
Friends, /** Peers page. */
|
||||
Search, /** Search page. */
|
||||
Transfers, /** Transfers page. */
|
||||
Search, /** Search page. */
|
||||
Transfers, /** Transfers page. */
|
||||
SharedDirectories, /** Shared Directories page. */
|
||||
Messages, /** Messages page. */
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
Links, /** Links page. */
|
||||
Channels, /** Channels page. */
|
||||
#endif
|
||||
Forums, /** Forums page. */
|
||||
Messages, /** Messages page. */
|
||||
Channels, /** Channels page. */
|
||||
Forums, /** Forums page. */
|
||||
#ifdef BLOGS
|
||||
Blogs, /** Blogs page. */
|
||||
Blogs, /** Blogs page. */
|
||||
#endif
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
Links, /** Links page. */
|
||||
#endif
|
||||
};
|
||||
|
||||
/** Create main window */
|
||||
|
@ -117,10 +114,10 @@ public:
|
|||
SharedFilesDialog *sharedfilesDialog;
|
||||
MessengerWindow *messengerWindow;
|
||||
ForumsDialog *forumsDialog;
|
||||
ChannelFeed *channelFeed;
|
||||
Idle *idle;
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
ChannelFeed *channelFeed;
|
||||
LinksDialog *linksDialog;
|
||||
NewsFeed *newsFeed;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue