summaryrefslogtreecommitdiff
path: root/src/listdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-03 03:47:35 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:09:48 -0400
commit61ad96cb54a20ce9f8e5380d67ba4bb26e19cc8e (patch)
treedf86592470f32f89a62be21c8a8a5a5e3e117c16 /src/listdialog.h
parent37502f388422b2fdb60c2564d733ec015f579831 (diff)
moved geometry handling to ListDialog
Diffstat (limited to 'src/listdialog.h')
-rw-r--r--src/listdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/listdialog.h b/src/listdialog.h
index 7b5a5461..d0594bd7 100644
--- a/src/listdialog.h
+++ b/src/listdialog.h
@@ -15,6 +15,10 @@ public:
explicit ListDialog(QWidget *parent = nullptr);
~ListDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
void setChoices(QStringList choices);
QString getChoice() const;