mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	game_list: Make the constructor explicit
This commit is contained in:
		
							parent
							
								
									db33d7668e
								
							
						
					
					
						commit
						7402001787
					
				@ -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…
	
		Reference in New Issue
	
	Block a user