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/categoriesdialog.h | |
| parent | 61ad96cb54a20ce9f8e5380d67ba4bb26e19cc8e (diff) | |
moved geometry handling to ProblemsDialog and CategoriesDialog
Diffstat (limited to 'src/categoriesdialog.h')
| -rw-r--r-- | src/categoriesdialog.h | 6 |
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)
*
|
