UnsavedChangesDialog : implemented "Save" function

This commit is contained in:
YuSanka 2020-08-12 17:33:22 +02:00
parent 6dafdc5bab
commit a81e3ee224
3 changed files with 45 additions and 11 deletions

View file

@ -241,6 +241,7 @@ public:
bool move_preset() const { return m_exit_action == Action::Move; }
bool just_continue() const { return m_exit_action == Action::Continue; }
std::vector<std::string> get_unselected_options();
std::vector<std::string> get_selected_options();
protected: