Register wizard windows so they appear in window list and get shortcuts

Change-Id: I69b3a49ba2e2162585502a523be835918b7b9533
Task-number: QTCREATORBUG-13766
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-01-05 11:12:39 +01:00
parent 98dbe9adca
commit 225e599c94
7 changed files with 29 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ public:
static void addWindow(QWidget *window);
static void removeWindow(QWidget *window);
static void setActiveWindow(QWidget *window);
static void setWindowVisible(QWidget *window, bool visible);
private:
static void activateWindow(QAction *action);