Fixed compile with deactivated modules

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7521 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-09-10 08:37:27 +00:00
parent c1bc38ab25
commit 938b95c8fe
3 changed files with 15 additions and 4 deletions

View file

@ -47,7 +47,9 @@ public:
enum Page {
/* Fixed numbers for load and save the last page */
IdTab = 0, /** Identities page. */
#ifdef RS_USE_CIRCLES
CirclesTab = 1, /** Circles page. */
#endif
NetworkTab = 2, /** Network page. */
NetworkViewTab = 3, /** Network new graph. */
BroadcastTab = 4 /** Old group chat page. */
@ -75,7 +77,9 @@ public:
NetworkDialog *networkDialog ;
NetworkView *networkView ;
#ifdef RS_USE_CIRCLES
CirclesDialog *circlesDialog;
#endif
IdDialog *idDialog;
public slots: