mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
added unfinished section to compile unfinished examples and prototypes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1858 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d975d8bf1f
commit
ecac6008bc
39 changed files with 10586 additions and 58 deletions
|
@ -27,15 +27,17 @@
|
|||
#include <QFileDialog>
|
||||
#include <QSystemTrayIcon>
|
||||
|
||||
#ifdef UNFINISHED
|
||||
#include "unfinished/ApplicationWindow.h"
|
||||
#endif
|
||||
|
||||
#include "NetworkDialog.h"
|
||||
#include "PeersDialog.h"
|
||||
#include "SearchDialog.h"
|
||||
#include "TransfersDialog.h"
|
||||
#include "MessagesDialog.h"
|
||||
#include "SharedFilesDialog.h"
|
||||
#include "StatisticDialog.h"
|
||||
#include "MessengerWindow.h"
|
||||
#include "ApplicationWindow.h"
|
||||
#include "PluginsPage.h"
|
||||
|
||||
#include "bwgraph/bwgraph.h"
|
||||
|
@ -89,7 +91,9 @@ public:
|
|||
MessagesDialog *messagesDialog;
|
||||
SharedFilesDialog *sharedfilesDialog;
|
||||
MessengerWindow *messengerWindow;
|
||||
#ifdef UNFINISHED
|
||||
ApplicationWindow *applicationWindow;
|
||||
#endif
|
||||
PluginsPage* pluginsPage ;
|
||||
|
||||
|
||||
|
@ -114,7 +118,10 @@ private slots:
|
|||
/** Toolbar fns. */
|
||||
void addFriend();
|
||||
void showMessengerWindow();
|
||||
#ifdef UNFINISHED
|
||||
void showApplWindow();
|
||||
#endif
|
||||
|
||||
void showabout();
|
||||
void openShareManager();
|
||||
void displaySystrayMsg(const QString&,const QString&) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue