summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Morph2021-10-15 18:52:22 -0400
committerGravatar GitHub2021-10-15 18:52:22 -0400
commit41b404753648b74d264bbfb935927319a550d0bb (patch)
tree39e1071efd04a5718c7a385560c8f6f2886c55b2
parentservice/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) (diff)
parentqt_web_browser: Add missing QApplication include (diff)
downloadyuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.gz
yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.xz
yuzu-41b404753648b74d264bbfb935927319a550d0bb.zip
Merge pull request #7188 from Morph1984/web-applet-include
qt_web_browser: Add missing QApplication include
-rw-r--r--src/yuzu/applets/qt_web_browser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_web_browser.cpp b/src/yuzu/applets/qt_web_browser.cpp
index 7d433ca50..da8c6882a 100644
--- a/src/yuzu/applets/qt_web_browser.cpp
+++ b/src/yuzu/applets/qt_web_browser.cpp
@@ -3,6 +3,7 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#ifdef YUZU_USE_QT_WEB_ENGINE 5#ifdef YUZU_USE_QT_WEB_ENGINE
6#include <QApplication>
6#include <QKeyEvent> 7#include <QKeyEvent>
7 8
8#include <QWebEngineProfile> 9#include <QWebEngineProfile>