diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-09 22:07:00 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-11 11:10:34 +0200 |
commit | 4d3dda5d9f90d8aafb70c7e59beb27ec42d26790 (patch) | |
tree | ea403e070f23a3b82720fe827607c5b402a02d3d /src/qt/rpcconsole.h | |
parent | b66737e6dfe993a17c60fdf06a301a7fe71fa298 (diff) |
add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 2ec47b0cf8..30948eaad2 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -32,8 +32,8 @@ protected: private slots: void on_lineEdit_returnPressed(); - void on_tabWidget_currentChanged(int index); + void on_openDebugLogfileButton_clicked(); public slots: void clear(); |