mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 17:36:19 -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);
|
_messagesAct = new QAction(QIcon(IMAGE_MESSAGES), tr("Open Messages"), this);
|
||||||
connect(_messagesAct, SIGNAL(triggered()),this, SLOT(showMess()));
|
connect(_messagesAct, SIGNAL(triggered()),this, SLOT(showMess()));
|
||||||
|
#ifdef UNFINISHED
|
||||||
_appAct = new QAction(QIcon(IMAGE_UNFINISHED), tr("Applications"), this);
|
_appAct = new QAction(QIcon(IMAGE_UNFINISHED), tr("Applications"), this);
|
||||||
connect(_appAct, SIGNAL(triggered()),this, SLOT(showApplWindow()));
|
connect(_appAct, SIGNAL(triggered()),this, SLOT(showApplWindow()));
|
||||||
|
#endif
|
||||||
_helpAct = new QAction(QIcon(IMG_HELP), tr("Help"), this);
|
_helpAct = new QAction(QIcon(IMG_HELP), tr("Help"), this);
|
||||||
connect(_helpAct, SIGNAL(triggered()), this, SLOT(showHelpDialog()));
|
connect(_helpAct, SIGNAL(triggered()), this, SLOT(showHelpDialog()));
|
||||||
|
|
||||||
|
@ -158,7 +158,9 @@ private:
|
|||||||
QAction* _messagesAct;
|
QAction* _messagesAct;
|
||||||
QAction* _smplayerAct;
|
QAction* _smplayerAct;
|
||||||
QAction* _helpAct;
|
QAction* _helpAct;
|
||||||
|
#ifdef UNFINISHED
|
||||||
QAction* _appAct;
|
QAction* _appAct;
|
||||||
|
#endif
|
||||||
|
|
||||||
/** A BandwidthGraph object which handles monitoring RetroShare bandwidth usage */
|
/** A BandwidthGraph object which handles monitoring RetroShare bandwidth usage */
|
||||||
BandwidthGraph* _bandwidthGraph;
|
BandwidthGraph* _bandwidthGraph;
|
||||||
|
Loading…
Reference in New Issue
Block a user