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

qt_web_browser: Add missing QApplication include
This commit is contained in:
Morph 2021-10-15 18:52:22 -04:00 committed by GitHub
commit 41b4047536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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