diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-10-16 00:52:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 00:52:22 +0200 |
commit | 41b404753648b74d264bbfb935927319a550d0bb (patch) | |
tree | 39e1071efd04a5718c7a385560c8f6f2886c55b2 | |
parent | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) (diff) | |
parent | qt_web_browser: Add missing QApplication include (diff) | |
download | yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.gz yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.bz2 yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.lz yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.xz yuzu-41b404753648b74d264bbfb935927319a550d0bb.tar.zst yuzu-41b404753648b74d264bbfb935927319a550d0bb.zip |
-rw-r--r-- | src/yuzu/applets/qt_web_browser.cpp | 1 |
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 @@ // Refer to the license.txt file included. #ifdef YUZU_USE_QT_WEB_ENGINE +#include <QApplication> #include <QKeyEvent> #include <QWebEngineProfile> |