Explorar el Código

game_list: Make the constructor explicit

Lioncash hace 9 años
padre
commit
7402001787
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);