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:
thunder2 2010-11-20 20:58:35 +00:00
parent 56bdd3b1ea
commit 5d2a649e0a
5 changed files with 81 additions and 62 deletions

View file

@ -64,8 +64,10 @@ private slots:
void sendLinkTo();
void sendremoteLinkTo();
void sendHtmlLinkTo();
#ifdef RS_USE_LINKS
void sendLinkToCloud();
void addLinkToCloud();
#endif
void showFrame(bool show);
void showFrameRemote(bool show);
@ -106,8 +108,10 @@ private:
QAction* copylinklocalAct;
QAction* sendlinkAct;
QAction* sendhtmllinkAct;
#ifdef RS_USE_LINKS
QAction* sendlinkCloudAct;
QAction* addlinkCloudAct;
#endif
QAction* sendchatlinkAct;
QAction* copylinklocalhtmlAct;