mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Resolve issue accidentally left unaddressed in PR #930
This commit is contained in:
		
							parent
							
								
									baba0efcd1
								
							
						
					
					
						commit
						a48aa4f924
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -345,7 +345,7 @@ void GPUCommandListWidget::CopyAllToClipboard() { | |||
|     QClipboard* clipboard = QApplication::clipboard(); | ||||
|     QString text; | ||||
| 
 | ||||
|     QAbstractItemModel* model = (QAbstractListModel*)list_widget->model(); | ||||
|     QAbstractItemModel* model = static_cast<QAbstractListModel*>(list_widget->model()); | ||||
| 
 | ||||
|     for (int row = 0; row < model->rowCount({}); ++row) { | ||||
|         for (int col = 0; col < model->columnCount({}); ++col) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue