aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-22 14:47:33 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-22 15:28:50 +0100
commitf0219813d58c0708b48992dd1313d594aa773ac0 (patch)
treec46292e70cf6f9927c29381e58c7891a88e25612 /src/qt/rpcconsole.cpp
parentfe87b207177a3faf265693b991bc9d8d61e112a0 (diff)
downloadbitcoin-f0219813d58c0708b48992dd1313d594aa773ac0.tar.xz
[Qt] move helpmessage from debug window to main menu
- the option to show our help message dialog resides now in main menu under help
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index abb6ceb139..b1671b8a0e 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -7,7 +7,6 @@
#include "clientmodel.h"
#include "guiutil.h"
-#include "utilitydialog.h"
#include "rpcserver.h"
#include "rpcclient.h"
@@ -201,7 +200,6 @@ RPCConsole::RPCConsole(QWidget *parent) :
#ifndef Q_OS_MAC
ui->openDebugLogfileButton->setIcon(QIcon(":/icons/export"));
- ui->showCLOptionsButton->setIcon(QIcon(":/icons/options"));
#endif
// Install event filter for up and down arrow
@@ -442,12 +440,6 @@ void RPCConsole::scrollToEnd()
scrollbar->setValue(scrollbar->maximum());
}
-void RPCConsole::on_showCLOptionsButton_clicked()
-{
- HelpMessageDialog *help = new HelpMessageDialog(this);
- help->show();
-}
-
void RPCConsole::on_sldGraphRange_valueChanged(int value)
{
const int multiplier = 5; // each position on the slider represents 5 min