mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
This commit is contained in:
		
							parent
							
								
									49c41593d9
								
							
						
					
					
						commit
						245a3bd067
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -51,7 +51,7 @@ public: | ||||||
|             QString edit_filter_text_old; |             QString edit_filter_text_old; | ||||||
| 
 | 
 | ||||||
|         protected: |         protected: | ||||||
|             bool eventFilter(QObject* obj, QEvent* event); |             bool eventFilter(QObject* obj, QEvent* event) override; | ||||||
|         }; |         }; | ||||||
|         QHBoxLayout* layout_filter = nullptr; |         QHBoxLayout* layout_filter = nullptr; | ||||||
|         QTreeView* tree_view = nullptr; |         QTreeView* tree_view = nullptr; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue