game_list: Make the constructor explicit

This commit is contained in:
Lioncash
2016-12-10 21:28:50 -05:00
committed by linkmauve
parent 41d3b0b9f7
commit 56144fb773

View File

@@ -25,7 +25,7 @@ public:
COLUMN_COUNT, // Number of columns
};
GameList(QWidget* parent = nullptr);
explicit GameList(QWidget* parent = nullptr);
~GameList() override;
void PopulateAsync(const QString& dir_path, bool deep_scan);