Browse Source

qt_web_browser: Add missing QApplication include

pull/15/merge
Morph 4 years ago
parent
commit
2b622411fd
  1. 1
      src/yuzu/applets/qt_web_browser.cpp

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

Loading…
Cancel
Save