made messenger an optional component of the UI

This commit is contained in:
csoler 2019-08-21 15:23:25 +02:00
parent 30708c9518
commit 98e41ad075
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 33 additions and 6 deletions

View file

@ -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();