This commit is contained in:
David Marcec
2018-11-07 20:12:27 +11:00
parent 41e99d8880
commit fd1ef25257
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;
};