[Qt] Raise debug window when requested

* Raise the debug window when hidden behind other windows
* Switch to the debug window when on another virtual desktop
* Show the debug window when minimized

This change is a conceptual copy of 5ffaaba and 382e9e2
This commit is contained in:
MarcoFalke
2015-09-07 11:00:59 +02:00
committed by Luke Dashjr
parent 01878c9c3f
commit b3eaa301ff
2 changed files with 14 additions and 5 deletions

View File

@@ -191,6 +191,8 @@ private Q_SLOTS:
void optionsClicked();
/** Show about dialog */
void aboutClicked();
/** Show debug window */
void showDebugWindow();
/** Show help message dialog */
void showHelpMessageClicked();
#ifndef Q_OS_MAC