diff options
| author | bunnei <bunneidev@gmail.com> | 2016-04-10 20:21:34 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-04-10 20:21:34 -0400 |
| commit | a1b81469a3a72f0a6550075e2a693e31dab31ea9 (patch) | |
| tree | 196b2ae1191198f1c47af2c33a145931c853c915 /src/citra_qt/game_list.h | |
| parent | 0b7efc2be203dc0039f67197654b522e2270a61a (diff) | |
| parent | 3eb737a5f5b199fd3f9951a7060255f46011e9ff (diff) | |
Merge pull request #1368 from LittleWhite-tb/configure-widget
Implementation for a configure widget
Diffstat (limited to 'src/citra_qt/game_list.h')
| -rw-r--r-- | src/citra_qt/game_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 0950d9622..48febdc60 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -31,8 +31,8 @@ public: void PopulateAsync(const QString& dir_path, bool deep_scan); - void SaveInterfaceLayout(QSettings& settings); - void LoadInterfaceLayout(QSettings& settings); + void SaveInterfaceLayout(); + void LoadInterfaceLayout(); public slots: void AddEntry(QList<QStandardItem*> entry_items); |
