mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Add the network dialog window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c4ee0ec40e
commit
416b367c58
@ -11,7 +11,7 @@
|
||||
#include "gui/PeersDialog.h"
|
||||
#include "gui/SharedFilesDialog.h"
|
||||
#include "gui/TransfersDialog.h"
|
||||
#include "gui/ChatDialog.h"
|
||||
//#include "gui/ChatDialog.h"
|
||||
#include "gui/MessagesDialog.h"
|
||||
#include "gui/ChannelsDialog.h"
|
||||
#include "gui/MessengerWindow.h"
|
||||
|
@ -26,16 +26,17 @@ class NotifyQt: public QObject, public NotifyBase
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
NotifyQt() {}
|
||||
// : cDialog(NULL), pDialog(NULL),
|
||||
NotifyQt()
|
||||
: cDialog(NULL)
|
||||
//, pDialog(NULL),
|
||||
// dDialog(NULL), tDialog(NULL),
|
||||
// hDialog(NULL), mDialog(NULL),
|
||||
// sDialog(NULL), mWindow(NULL)
|
||||
// { return; }
|
||||
{ return; }
|
||||
|
||||
virtual ~NotifyQt() { return; }
|
||||
|
||||
// void setNetworkDialog(NetworkDialog *c) { cDialog = c; }
|
||||
void setNetworkDialog(NetworkDialog *c) { cDialog = c; }
|
||||
// void setPeersDialog(PeersDialog *p) { pDialog = p; }
|
||||
// void setDirDialog(SharedFilesDialog *d) { dDialog = d; }
|
||||
// void setTransfersDialog(TransfersDialog *t) { tDialog = t; }
|
||||
@ -96,7 +97,7 @@ class NotifyQt: public QObject, public NotifyBase
|
||||
// void preDisplayTransfers();
|
||||
|
||||
/* so we can update windows */
|
||||
// NetworkDialog *cDialog;
|
||||
NetworkDialog *cDialog;
|
||||
// PeersDialog *pDialog;
|
||||
// SharedFilesDialog *dDialog;
|
||||
// TransfersDialog *tDialog;
|
||||
|
Loading…
Reference in New Issue
Block a user