mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
* add comment with link to meta-qt5 repository where the meta-qt5 .patch files are maintained, include branch and tag name so that it's more clear from where these changes are exported (with: git format-patch --no-numbered --no-signature) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
801 B
Diff
24 lines
801 B
Diff
From fc8955e190f45ebb9999a1ff34be81f400960592 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 c762c4d..9836ebf 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;
|