diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 07:32:12 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 07:32:12 -0400 |
| commit | 89415ca5c3903ced870d3bf5698dfa0e53122520 (patch) | |
| tree | ab74f363a8ef8f7cedd9c63a9b0699d4fce75af1 /src/previewdialog.h | |
| parent | 4c6ccb38459152089d2d964f842c349b19fdb56a (diff) | |
moved geometry handling to PreviewDialog
fixed dialogs not having a parent
Diffstat (limited to 'src/previewdialog.h')
| -rw-r--r-- | src/previewdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/previewdialog.h b/src/previewdialog.h index 0011bc50..9525f127 100644 --- a/src/previewdialog.h +++ b/src/previewdialog.h @@ -15,6 +15,10 @@ public: explicit PreviewDialog(const QString &fileName, QWidget *parent = 0);
~PreviewDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
void addVariant(const QString &modName, QWidget *widget);
int numVariants() const;
|
