diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/game_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 8be951395..7b0602842 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h | |||
| @@ -25,7 +25,7 @@ public: | |||
| 25 | COLUMN_COUNT, // Number of columns | 25 | COLUMN_COUNT, // Number of columns |
| 26 | }; | 26 | }; |
| 27 | 27 | ||
| 28 | GameList(QWidget* parent = nullptr); | 28 | explicit GameList(QWidget* parent = nullptr); |
| 29 | ~GameList() override; | 29 | ~GameList() override; |
| 30 | 30 | ||
| 31 | void PopulateAsync(const QString& dir_path, bool deep_scan); | 31 | void PopulateAsync(const QString& dir_path, bool deep_scan); |