summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-08-15 13:22:36 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-08-16 08:54:37 +0300
commit7beedb16cd1ab7afd7ace29a2eea3f5f7d7140a3 (patch)
tree3d949c250bf8a45046a4fb7e4421260776d961ba /recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch
parent826c0b1092ede76f17de3b232ba7cc17a5be5830 (diff)
parent41e4144d4d8c50b52ed6224a28f2ca4042c1e5b2 (diff)
downloadmeta-qt5-7beedb16cd1ab7afd7ace29a2eea3f5f7d7140a3.tar.gz
Merge remote-tracking branch 'qtyocto/5.9' into 5.10
* qtyocto/5.9: qt5: update submodules qtbase: update to 5.9.1 RC3 qt5: update submodules qt5: update submodules Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9 qt5: update submodules qtwebengine: fix build with latest oe-core qtremoteobjects: build repc tool for native and nativesdk qtlocation: make mapbox-gl plugin a PACKAGECONFIG option qtwebview: add recipe for Qt WebView qtbase: update to 5.9.0 RC2 Change-Id: Icc5a568edf1f21032a4746eb003bcb111d01bc0f
Diffstat (limited to 'recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch')
-rw-r--r--recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch b/recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch
new file mode 100644
index 00000000..82087b9a
--- /dev/null
+++ b/recipes-qt/qt5/qtwebview/0001-Add-missing-include-for-qWarning.patch
@@ -0,0 +1,22 @@
1From b946b6ea4a2a30bd12ecd036e40c9ef671681ba8 Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@qt.io>
3Date: Fri, 2 Jun 2017 13:12:18 +0300
4Subject: [PATCH] Add missing include for qWarning
5
6Change-Id: I7c7699e7a2b7ce59e4f659d460ec835f59bba439
7---
8 src/webview/qquickwebview.cpp | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/src/webview/qquickwebview.cpp b/src/webview/qquickwebview.cpp
12index d760564..fbbbfd6 100644
13--- a/src/webview/qquickwebview.cpp
14+++ b/src/webview/qquickwebview.cpp
15@@ -39,6 +39,7 @@
16 #include <QtWebView/private/qwebviewloadrequest_p.h>
17 #include <QtQml/qqmlengine.h>
18 #include <QtCore/qmutex.h>
19+#include <QtCore/QDebug>
20
21 namespace {
22