summaryrefslogtreecommitdiff
path: root/src/categoriesdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:30:37 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:30:37 -0400
commit3d86f150ca3a0992ddaca5055a270b7204c0682a (patch)
tree2b6b61eb33d308828c4ad710a1d98c2d6a7d8f5d /src/categoriesdialog.h
parent61ad96cb54a20ce9f8e5380d67ba4bb26e19cc8e (diff)
moved geometry handling to ProblemsDialog and CategoriesDialog
Diffstat (limited to 'src/categoriesdialog.h')
-rw-r--r--src/categoriesdialog.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/categoriesdialog.h b/src/categoriesdialog.h
index 72d2154d..c743c157 100644
--- a/src/categoriesdialog.h
+++ b/src/categoriesdialog.h
@@ -33,12 +33,16 @@ class CategoriesDialog;
class CategoriesDialog : public MOBase::TutorableDialog
{
Q_OBJECT
-
+
public:
explicit CategoriesDialog(QWidget *parent = 0);
~CategoriesDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
/**
* @brief store changes here to the global categories store (categories.h)
*