diff options
| author | 2021-10-15 18:48:50 -0400 | |
|---|---|---|
| committer | 2021-10-15 18:48:50 -0400 | |
| commit | 2b622411fd665b45fdaa3fb66d14bb662498e10b (patch) | |
| tree | ce8498724cb71405b622aedecbebcd98fb273372 | |
| parent | Merge pull request #7182 from Morph1984/system (diff) | |
| download | yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.gz yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.tar.xz yuzu-2b622411fd665b45fdaa3fb66d14bb662498e10b.zip | |
qt_web_browser: Add missing QApplication include
Diffstat (limited to '')
| -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 @@ | |||
| 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> |