diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-11-12 12:59:26 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-11-12 13:54:06 +0100 |
commit | 773ae4654ecc9272b32b6a7480b16fc30a5269f3 (patch) | |
tree | a4163332fdb1234b12a7713602f9b79c437f9fef /src/qt/bitcoingui.h | |
parent | 5fcc14ee0562faff2ace17082f664e60c375b334 (diff) |
[Qt] add shortcurts for debug-/console-window
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 717f2bd12d..2b98dabc56 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -198,6 +198,8 @@ private Q_SLOTS: void aboutClicked(); /** Show debug window */ void showDebugWindow(); + /** Show debug window and set focus to the console */ + void showDebugWindowActivateConsole(); /** Show help message dialog */ void showHelpMessageClicked(); #ifndef Q_OS_MAC |