diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:30:37 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:30:37 -0400 |
| commit | 3d86f150ca3a0992ddaca5055a270b7204c0682a (patch) | |
| tree | 2b6b61eb33d308828c4ad710a1d98c2d6a7d8f5d /src/problemsdialog.h | |
| parent | 61ad96cb54a20ce9f8e5380d67ba4bb26e19cc8e (diff) | |
moved geometry handling to ProblemsDialog and CategoriesDialog
Diffstat (limited to 'src/problemsdialog.h')
| -rw-r--r-- | src/problemsdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/problemsdialog.h b/src/problemsdialog.h index c211e4f5..a30c8d48 100644 --- a/src/problemsdialog.h +++ b/src/problemsdialog.h @@ -20,6 +20,10 @@ public: explicit ProblemsDialog(std::vector<QObject*> pluginObjects, QWidget *parent = 0);
~ProblemsDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
bool hasProblems() const;
private:
|
