Przeglądaj źródła

game_list: Make the constructor explicit

Lioncash 9 lat temu
rodzic
commit
7402001787
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/citra_qt/game_list.h

+ 1 - 1
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);