mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
Renamed CheckIfOperationChanged to OnDockedModeChanged
This commit is contained in:
parent
22be70c387
commit
ab3513b7b3
2 changed files with 20 additions and 18 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue