소스 검색

Merge pull request #7188 from Morph1984/web-applet-include

qt_web_browser: Add missing QApplication include
Morph 4 년 전
부모
커밋
41b4047536
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/yuzu/applets/qt_web_browser.cpp

+ 1 - 0
src/yuzu/applets/qt_web_browser.cpp

@@ -3,6 +3,7 @@
 // Refer to the license.txt file included.
 
 #ifdef YUZU_USE_QT_WEB_ENGINE
+#include <QApplication>
 #include <QKeyEvent>
 
 #include <QWebEngineProfile>