mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Correct spelling of searchfield in comment (#3052)
Correct spelling of searchfield in comment
This commit is contained in:
		
							parent
							
								
									26065fd872
								
							
						
					
					
						commit
						f75dd34747
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -174,7 +174,7 @@ void GameList::onTextChanged(const QString& newText) { | |||
|                 child_file->data(GameListItemPath::ProgramIdRole).toString().toLower(); | ||||
| 
 | ||||
|             // Only items which filename in combination with its title contains all words
 | ||||
|             // that are in the searchfiel will be visible in the gamelist
 | ||||
|             // that are in the searchfield will be visible in the gamelist
 | ||||
|             // The search is case insensitive because of toLower()
 | ||||
|             // I decided not to use Qt::CaseInsensitive in containsAllWords to prevent
 | ||||
|             // multiple conversions of edit_filter_text for each game in the gamelist
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue