This commit is contained in:
David Marcec 2018-11-07 20:12:27 +11:00
parent 2848c8b088
commit 22be70c387
3 changed files with 17 additions and 12 deletions

View file

@ -25,6 +25,7 @@ public:
private:
void setConfiguration();
void CheckIfOperationChanged(bool last_state, bool new_state);
std::unique_ptr<Ui::ConfigureGeneral> ui;
};