Browse Source
Merge pull request #7188 from Morph1984/web-applet-include
qt_web_browser: Add missing QApplication include
pull/15/merge
Morph
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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>
|
|
|
|
|