mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 23:12:51 +00:00
Merge pull request #7188 from Morph1984/web-applet-include
qt_web_browser: Add missing QApplication include
This commit is contained in:
commit
41b4047536
|
@ -3,6 +3,7 @@
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#ifdef YUZU_USE_QT_WEB_ENGINE
|
#ifdef YUZU_USE_QT_WEB_ENGINE
|
||||||
|
#include <QApplication>
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
|
|
||||||
#include <QWebEngineProfile>
|
#include <QWebEngineProfile>
|
||||||
|
|
Loading…
Reference in a new issue