aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-03-18 14:51:28 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-03-18 14:51:28 +0100
commitb8edf6c0d8159454eb96349c6441999a779e58e6 (patch)
tree9e62cdffd207c6811fd09fac4c38338331949673 /src/qt/rpcconsole.h
parent61774f82b3a2c5f9fbae9482ca9b7becee241a3d (diff)
downloadbitcoin-b8edf6c0d8159454eb96349c6441999a779e58e6.tar.xz
Qt: Fix ESC in disablewallet mode
Fixes issue #3854
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index e5da01546a..f7a7772050 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -47,6 +47,7 @@ private slots:
public slots:
void clear();
+ void reject();
void message(int category, const QString &message, bool html = false);
/** Set number of connections shown in the UI */
void setNumConnections(int count);