Set a parent on the debugging build log dialog

Prevents flicker when clicking the parent settings dialog.
This commit is contained in:
Thorbjørn Lindeijer
2010-03-17 14:50:39 +01:00
parent 7f38b76083
commit cf0084f007
@@ -320,7 +320,7 @@ void QtOptionsPageWidget::showDebuggingBuildLog()
if (currentItemIndex < 0)
return;
// Show and scroll to bottom
QDialog dlg;
QDialog dlg(this);
Ui_ShowBuildLog ui;
ui.setupUi(&dlg);
ui.log->setPlainText(currentItem->data(2, Qt::UserRole).toString());