diff options
Diffstat (limited to 'src/profilesdialog.h')
| -rw-r--r-- | src/profilesdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/profilesdialog.h b/src/profilesdialog.h index a328ce40..a47367be 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -51,6 +51,10 @@ public: explicit ProfilesDialog(const QString &profileName, MOBase::IPluginGame const *game, QWidget *parent = 0);
~ProfilesDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
/**
* @return true if creation of a new profile failed
* @todo the notion of a fail state makes little sense in the current dialog
|
