0
0
mirror of https://notabug.org/litucks/torzu.git synced 2025-05-04 08:56:19 +00:00

qt_web_browser: Add missing QApplication include

This commit is contained in:
Morph 2021-10-15 18:48:50 -04:00
parent dc385b7392
commit 2b622411fd

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>