mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
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:
parent
c1bc38ab25
commit
938b95c8fe
3 changed files with 15 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue