Messenger Window linked with RsAutoupdate

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
nishant 2009-11-30 16:12:13 +00:00
parent b524a4cf86
commit d975d8bf1f
4 changed files with 35 additions and 13 deletions

View file

@ -123,7 +123,9 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
/* Create all the dialogs of which we only want one instance */
_bandwidthGraph = new BandwidthGraph();
messengerWindow = new MessengerWindow();
/*messengerWindow instance is created statically so that RsAutoUpdatePage can access it*/
messengerWindow = MessengerWindow::getInstance();
applicationWindow = new ApplicationWindow();
applicationWindow->hide();