mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	yuzu/hotkeys: Remove unnecessary constructor
The behavior of the Hotkey constructor is already accomplished via in-class member initializers, so the constructor is superfluous here.
This commit is contained in:
		
							parent
							
								
									95b413a458
								
							
						
					
					
						commit
						eeb8dca7b9
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -67,8 +67,6 @@ public: | |||
| 
 | ||||
| private: | ||||
|     struct Hotkey { | ||||
|         Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {} | ||||
| 
 | ||||
|         QKeySequence keyseq; | ||||
|         QShortcut* shortcut = nullptr; | ||||
|         Qt::ShortcutContext context = Qt::WindowShortcut; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue