mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 07:25:46 +00:00
game_list: Make the constructor explicit
This commit is contained in:
parent
ada0edd082
commit
c22f539978
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue