Explorar o código

qt_web_browser: Add missing QApplication include

Morph %!s(int64=4) %!d(string=hai) anos
pai
achega
2b622411fd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/yuzu/applets/qt_web_browser.cpp

+ 1 - 0
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>