game_list: Only reload game list after relevant settings changed
Prevents unnecessary reloads on every configuration operation.
This commit is contained in:
parent
6664d7b2c5
commit
52e7e8eed3
5 changed files with 28 additions and 1 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
void applyConfiguration();
|
||||
|
||||
private:
|
||||
void RequestGameListUpdate();
|
||||
|
||||
void setConfiguration();
|
||||
|
||||
void changeEvent(QEvent*) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue