Remove 'What's this?' icon from "Waiting for applications" dialog

Change-Id: I6c603cd540d8c688fc6302380ea4e8c716ed8ef4
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Kai Koehne
2016-09-27 16:37:03 +02:00
parent 3adef3cc7c
commit 8902fbc62c

View File

@@ -39,6 +39,7 @@ WaitForStopDialog::WaitForStopDialog(QList<ProjectExplorer::RunControl *> runCon
m_runControls(runControls) m_runControls(runControls)
{ {
setWindowTitle(tr("Waiting for Applications to Stop")); setWindowTitle(tr("Waiting for Applications to Stop"));
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
auto layout = new QVBoxLayout(); auto layout = new QVBoxLayout();
setLayout(layout); setLayout(layout);