소스 검색

game_list: Make the constructor explicit

Lioncash 9 년 전
부모
커밋
7402001787
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);