Debugger: Keep secondary dialogs on top of the main window

Change-Id: I1f4283a5727db976d999d4cf4c7e444de8592566
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-10-16 17:11:39 +02:00
parent 066f7b7594
commit b63f3f808c
5 changed files with 17 additions and 16 deletions

View File

@@ -212,7 +212,7 @@ void DebuggerRunControl::start()
static bool checked = true;
if (!checked)
break;
CheckableMessageBox::information(debuggerCore()->mainWindow(),
CheckableMessageBox::information(Core::ICore::mainWindow(),
tr("Debugger"),
warningMessage,
tr("&Show this message again."),