diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 7afa1ca1e86..84428fe97b0 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -758,7 +758,6 @@ void HelpPluginPrivate::slotSystemInformation() { auto dialog = new DialogClosingOnEscape(ICore::dialogParent()); dialog->setAttribute(Qt::WA_DeleteOnClose); - dialog->setWindowFlags(Qt::Window); dialog->setModal(true); dialog->setWindowTitle(HelpPlugin::tr("System Information")); auto layout = new QVBoxLayout;