mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Citra_QT : Another Conversion Warning Fix
This commit is contained in:
		
							parent
							
								
									017437e8d7
								
							
						
					
					
						commit
						c66b5ca3d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -34,7 +34,7 @@ int GraphicsVertexShaderModel::columnCount(const QModelIndex& parent) const { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| int GraphicsVertexShaderModel::rowCount(const QModelIndex& parent) const { | int GraphicsVertexShaderModel::rowCount(const QModelIndex& parent) const { | ||||||
|     return info.code.size(); |     return static_cast<int>(info.code.size()); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| QVariant GraphicsVertexShaderModel::headerData(int section, Qt::Orientation orientation, int role) const { | QVariant GraphicsVertexShaderModel::headerData(int section, Qt::Orientation orientation, int role) const { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue