1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-11-05 17:39:01 -06:00

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;
};