mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
made messenger an optional component of the UI
This commit is contained in:
parent
30708c9518
commit
98e41ad075
5 changed files with 33 additions and 6 deletions
|
@ -59,7 +59,6 @@ class NetworkDialog;
|
|||
class SearchDialog;
|
||||
class TransfersDialog;
|
||||
class MessagesDialog;
|
||||
class MessengerWindow;
|
||||
class PluginsPage;
|
||||
class HomePage;
|
||||
//class ChannelFeed;
|
||||
|
@ -68,6 +67,9 @@ class MainPage;
|
|||
class NewsFeed;
|
||||
class UserNotify;
|
||||
|
||||
#ifdef MESSENGER_WINDOW
|
||||
class MessengerWindow;
|
||||
#endif
|
||||
#ifdef UNFINISHED
|
||||
class ApplicationWindow;
|
||||
#endif
|
||||
|
@ -224,7 +226,9 @@ private slots:
|
|||
/** Toolbar fns. */
|
||||
void addFriend();
|
||||
//void newRsCollection();
|
||||
#ifdef MESSENGER_WINDOW
|
||||
void showMessengerWindow();
|
||||
#endif
|
||||
void showStatisticsWindow();
|
||||
#ifdef ENABLE_WEBUI
|
||||
void showWebinterface();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue