Browse Source

game_list: Make the constructor explicit

pull/15/merge
Lioncash 9 years ago
committed by linkmauve
parent
commit
7402001787
  1. 2
      src/citra_qt/game_list.h

2
src/citra_qt/game_list.h

@ -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…
Cancel
Save