summaryrefslogtreecommitdiff
path: root/src/lootdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-25 03:34:51 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-25 03:34:51 -0500
commitf1b621d0babd33537cde97fc9d53e0dfa0ad5ea5 (patch)
treef30bc74456e5b65f5298d9891d95caef9054148e /src/lootdialog.h
parentbd191f3a71fbdcb706de9db5c29d615bfa13c174 (diff)
save/restore state for loot dialog
Diffstat (limited to 'src/lootdialog.h')
-rw-r--r--src/lootdialog.h3
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;