mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #5648 from FearlessTobi/port-5139
Port yuzu-emu/yuzu#5139: "game_list_p: Resolve deprecated usage of QVariant operator<"
This commit is contained in:
		
						commit
						3c1211e9fe
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -274,7 +274,8 @@ public: | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     bool operator<(const QStandardItem& other) const override { |     bool operator<(const QStandardItem& other) const override { | ||||||
|         return data(CompatNumberRole) < other.data(CompatNumberRole); |         return data(CompatNumberRole).value<QString>() < | ||||||
|  |                other.data(CompatNumberRole).value<QString>(); | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue