mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Avoid incorrect casts to QDropEvent
This commit is contained in:
		
							parent
							
								
									f72be7af2d
								
							
						
					
					
						commit
						21d7c4faa8
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -172,9 +172,7 @@ bool OpenGLWindow::event(QEvent* event) { | |||
|     case QEvent::Drop: | ||||
|         GetMainWindow()->DropAction(static_cast<QDropEvent*>(event)); | ||||
|         return true; | ||||
|     case QEvent::DragResponse: | ||||
|     case QEvent::DragEnter: | ||||
|     case QEvent::DragLeave: | ||||
|     case QEvent::DragMove: | ||||
|         GetMainWindow()->AcceptDropEvent(static_cast<QDropEvent*>(event)); | ||||
|         return true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue