diff options
| author | Jonas Schnelli <[email protected]> | 2015-11-12 12:59:26 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-11-12 13:54:06 +0100 |
| commit | 773ae4654ecc9272b32b6a7480b16fc30a5269f3 (patch) | |
| tree | a4163332fdb1234b12a7713602f9b79c437f9fef /src/qt/bitcoingui.h | |
| parent | Merge pull request #6804 (diff) | |
| download | discoin-773ae4654ecc9272b32b6a7480b16fc30a5269f3.tar.xz discoin-773ae4654ecc9272b32b6a7480b16fc30a5269f3.zip | |
[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 717f2bd12..2b98dabc5 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 |