mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
Renamed CheckIfOperationChanged to OnDockedModeChanged
This commit is contained in:
parent
fd1ef25257
commit
40db288a2a
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