forked from qt-creator/qt-creator
Wizards: Close wizards with escape
Since they are no longer modal, the "return to editor" shortcut was executed for the escape key instead. Change-Id: I4505f49105ad46f7c5f9e0257e77a8ca4652ef06 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -72,6 +72,9 @@ signals:
|
||||
void nextClicked(); /* workaround for QWizard behavior where page->initialize is
|
||||
* called before currentIdChanged */
|
||||
|
||||
protected:
|
||||
bool event(QEvent *event);
|
||||
|
||||
private slots:
|
||||
void _q_currentPageChanged(int pageId);
|
||||
void _q_pageAdded(int pageId);
|
||||
|
||||
Reference in New Issue
Block a user