mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Qt: Make IsSingleFileDropEvent static
This commit is contained in:
		
							parent
							
								
									c81a2aabbf
								
							
						
					
					
						commit
						cef18c94e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -627,7 +627,7 @@ void GMainWindow::closeEvent(QCloseEvent* event) { | |||
|     QWidget::closeEvent(event); | ||||
| } | ||||
| 
 | ||||
| bool IsSingleFileDropEvent(QDropEvent* event) { | ||||
| static bool IsSingleFileDropEvent(QDropEvent* event) { | ||||
|     const QMimeData* mimeData = event->mimeData(); | ||||
|     return mimeData->hasUrls() && mimeData->urls().length() == 1; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue