mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #3028 from MerryMage/fix-3023
citra_qt: Remove use of QKeySequence::Cancel
This commit is contained in:
		
						commit
						b4c1c26511
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -245,7 +245,8 @@ void GMainWindow::InitializeHotkeys() { | |||
|     RegisterHotkey("Main Window", "Swap Screens", QKeySequence::NextChild); | ||||
|     RegisterHotkey("Main Window", "Start Emulation"); | ||||
|     RegisterHotkey("Main Window", "Fullscreen", QKeySequence::FullScreen); | ||||
|     RegisterHotkey("Main Window", "Exit Fullscreen", QKeySequence::Cancel, Qt::ApplicationShortcut); | ||||
|     RegisterHotkey("Main Window", "Exit Fullscreen", QKeySequence(Qt::Key_Escape), | ||||
|                    Qt::ApplicationShortcut); | ||||
|     LoadHotkeys(); | ||||
| 
 | ||||
|     connect(GetHotkey("Main Window", "Load File", this), SIGNAL(activated()), this, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue