Commit 1b5a6930 authored by Christian Strømme's avatar Christian Strømme Committed by Christian Stromme
Browse files

Add missing header in qtwebviewfunctions.


We need to include the header for QByteArray, as it's required when
calling qputenv().

Change-Id: I245d769b050525719dc6db202a6724ce887ba4a7
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
Showing with 4 additions and 0 deletions
......@@ -40,6 +40,10 @@
#include <QtWebEngine/qtwebengineglobal.h>
#endif // QT_WEBVIEW_WEBENGINE_BACKEND
#ifdef Q_OS_OSX
#include <QtCore/qbytearray.h>
#endif
QT_BEGIN_NAMESPACE
/*!
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment