mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	qt_web_browser: Add missing QApplication include
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
				
			|||||||
// Refer to the license.txt file included.
 | 
					// Refer to the license.txt file included.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef YUZU_USE_QT_WEB_ENGINE
 | 
					#ifdef YUZU_USE_QT_WEB_ENGINE
 | 
				
			||||||
 | 
					#include <QApplication>
 | 
				
			||||||
#include <QKeyEvent>
 | 
					#include <QKeyEvent>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <QWebEngineProfile>
 | 
					#include <QWebEngineProfile>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user