mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 05:01:56 +02:00
* apply: 0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch also for nativesdk-qtbase as the comment says * drop unused: 0001-Add-missing-include-for-struct-timeval.patch which wasn't removed in 5.10.1 upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
801 B
Diff
24 lines
801 B
Diff
From a70b6d2183934e4d9a3ad00167acfaf0a78a90a9 Mon Sep 17 00:00:00 2001
|
|
From: Cleiton Bueno <cleitonrbueno@gmail.com>
|
|
Date: Fri, 25 Dec 2015 18:16:05 -0200
|
|
Subject: [PATCH] WebEngine qquickwebengineview_p_p.h add include QColor
|
|
|
|
Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com>
|
|
---
|
|
src/webengine/api/qquickwebengineview_p_p.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/webengine/api/qquickwebengineview_p_p.h b/src/webengine/api/qquickwebengineview_p_p.h
|
|
index 1b8edc8..03d6558 100644
|
|
--- a/src/webengine/api/qquickwebengineview_p_p.h
|
|
+++ b/src/webengine/api/qquickwebengineview_p_p.h
|
|
@@ -59,6 +59,8 @@
|
|
#include <QString>
|
|
#include <QtCore/qcompilerdetection.h>
|
|
#include <QtGui/qaccessibleobject.h>
|
|
+#include <QColor>
|
|
+
|
|
|
|
namespace QtWebEngineCore {
|
|
class WebContentsAdapter;
|