aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-05-20 01:32:18 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-20 01:32:18 -0700
commit6f3b919ae1e5d980dc41d66bd4320d2a6623b66f (patch)
tree41920fc78c69ea3cd40ce26e605068d3a4b025f5 /src/qt/rpcconsole.h
parent01ecb074a7b187d96c52d4ea5bb197afccc9a1e5 (diff)
parenta3b4caac389021d42bef3adbef2cbb703b0d7eee (diff)
downloadbitcoin-6f3b919ae1e5d980dc41d66bd4320d2a6623b66f.tar.xz
Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon
GUI: add an icon for Debug logfile -> Open in the RPC console
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 c64ea5710c..27f41817ea 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -33,6 +33,7 @@ protected:
private slots:
void on_lineEdit_returnPressed();
void on_tabWidget_currentChanged(int index);
+ /** open the debug.log from the current datadir */
void on_openDebugLogfileButton_clicked();
public slots: