Skip to content

Commit

Permalink
- More window flags.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19165 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Feb 18, 2014
1 parent 4fa340c commit 0331a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp
Expand Up @@ -876,7 +876,7 @@ void RenameClassDialog::renameClass()
\param pParent - pointer to MainWindow
*/
InformationDialog::InformationDialog(QString windowTitle, QString informationText, bool modelicaTextHighlighter, MainWindow *pMainWindow)
: QDialog(pMainWindow, Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint | Qt::WindowSystemMenuHint)
: QDialog(pMainWindow, Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint)
{
setAttribute(Qt::WA_DeleteOnClose);
setWindowTitle(QString(Helper::applicationName).append(" - ").append(windowTitle));
Expand Down

0 comments on commit 0331a47

Please sign in to comment.