diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 03:34:51 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 03:34:51 -0500 |
| commit | f1b621d0babd33537cde97fc9d53e0dfa0ad5ea5 (patch) | |
| tree | f30bc74456e5b65f5298d9891d95caef9054148e /src/lootdialog.h | |
| parent | bd191f3a71fbdcb706de9db5c29d615bfa13c174 (diff) | |
save/restore state for loot dialog
Diffstat (limited to 'src/lootdialog.h')
| -rw-r--r-- | src/lootdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lootdialog.h b/src/lootdialog.h index fcdeb304..bc8c01fb 100644 --- a/src/lootdialog.h +++ b/src/lootdialog.h @@ -3,6 +3,7 @@ #include <lootcli/lootcli.h> #include <log.h> +#include <expanderwidget.h> namespace Ui { class LootDialog; } @@ -53,11 +54,13 @@ public: void cancel(); void openReport(); + int exec() override; void accept() override; void reject() override; private: std::unique_ptr<Ui::LootDialog> ui; + MOBase::ExpanderWidget m_expander; OrganizerCore& m_core; Loot& m_loot; bool m_finished; |
