game_list: Only reload game list after relevant settings changed

Prevents unnecessary reloads on every configuration operation.
This commit is contained in:
Zach Hilman 2018-11-03 20:38:39 -04:00
parent 4a42f5f99c
commit cfe85bdb3d
5 changed files with 28 additions and 1 deletions

View file

@ -21,6 +21,8 @@ public:
void applyConfiguration();
private:
void RequestGameListUpdate();
void setConfiguration();
void changeEvent(QEvent*) override;