Renamed CheckIfOperationChanged to OnDockedModeChanged

This commit is contained in:
David Marcec
2018-11-08 12:12:00 +11:00
parent fd1ef25257
commit 40db288a2a
2 changed files with 20 additions and 18 deletions

View File

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