mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
Removed the GUI part of the links cloud from building. You can add it again with
CONFIG += use_links git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3837 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
56bdd3b1ea
commit
5d2a649e0a
5 changed files with 81 additions and 62 deletions
|
@ -49,7 +49,7 @@ class PluginsPage;
|
|||
class ChannelFeed;
|
||||
class BandwidthGraph;
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#ifdef RS_USE_LINKS
|
||||
class LinksDialog;
|
||||
#endif
|
||||
|
||||
|
@ -80,7 +80,7 @@ public:
|
|||
#ifdef BLOGS
|
||||
Blogs = 8, /** Blogs page. */
|
||||
#endif
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#ifdef RS_USE_LINKS
|
||||
Links = 9, /** Links page. */
|
||||
#endif
|
||||
};
|
||||
|
@ -117,7 +117,7 @@ public:
|
|||
ChannelFeed *channelFeed;
|
||||
Idle *idle;
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#ifdef RS_USE_LINKS
|
||||
LinksDialog *linksDialog;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue