mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 05:14:25 -05:00
added missed defines
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
15b790e67c
commit
3830d39278
@ -482,10 +482,10 @@ void MainWindow::createActions()
|
||||
|
||||
_messagesAct = new QAction(QIcon(IMAGE_MESSAGES), tr("Open Messages"), this);
|
||||
connect(_messagesAct, SIGNAL(triggered()),this, SLOT(showMess()));
|
||||
|
||||
#ifdef UNFINISHED
|
||||
_appAct = new QAction(QIcon(IMAGE_UNFINISHED), tr("Applications"), this);
|
||||
connect(_appAct, SIGNAL(triggered()),this, SLOT(showApplWindow()));
|
||||
|
||||
#endif
|
||||
_helpAct = new QAction(QIcon(IMG_HELP), tr("Help"), this);
|
||||
connect(_helpAct, SIGNAL(triggered()), this, SLOT(showHelpDialog()));
|
||||
|
||||
|
@ -158,7 +158,9 @@ private:
|
||||
QAction* _messagesAct;
|
||||
QAction* _smplayerAct;
|
||||
QAction* _helpAct;
|
||||
#ifdef UNFINISHED
|
||||
QAction* _appAct;
|
||||
#endif
|
||||
|
||||
/** A BandwidthGraph object which handles monitoring RetroShare bandwidth usage */
|
||||
BandwidthGraph* _bandwidthGraph;
|
||||
|
Loading…
Reference in New Issue
Block a user