mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -04:00
Added missed wire defines
This commit is contained in:
parent
5a8d25eb76
commit
60ec0f2e10
2 changed files with 13 additions and 0 deletions
|
@ -67,7 +67,9 @@ class BandwidthGraph;
|
|||
class MainPage;
|
||||
class NewsFeed;
|
||||
class UserNotify;
|
||||
#ifdef RS_USE_WIRE
|
||||
class WireDialog;
|
||||
#endif
|
||||
|
||||
#ifdef MESSENGER_WINDOW
|
||||
class MessengerWindow;
|
||||
|
@ -105,7 +107,9 @@ public:
|
|||
People = 12, /** People page. */
|
||||
Options = 13, /** People page. */
|
||||
Home = 14, /** Home page. */
|
||||
#ifdef RS_USE_WIRE
|
||||
Wire = 15 /** Wire page. */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
@ -165,7 +169,9 @@ public:
|
|||
GxsChannelDialog *gxschannelDialog ;
|
||||
GxsForumsDialog *gxsforumDialog ;
|
||||
PostedDialog *postedDialog;
|
||||
#ifdef RS_USE_WIRE
|
||||
WireDialog *wireDialog;
|
||||
#endif
|
||||
|
||||
// ForumsDialog *forumsDialog;
|
||||
// ChannelFeed *channelFeed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue