mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
* drop nobranch=1 again * update the branches and tags on meta-qt5/qt* forks and the tag name in recipes * use latest revision in 5.11 branch instead of 5.11.2 which might be removed again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
803 B
Diff
24 lines
803 B
Diff
From 50a92a60b04d0e6253a903a53f5b01da2d00072d 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 1723da7e..4d9e5981 100644
|
|
--- a/src/webengine/api/qquickwebengineview_p_p.h
|
|
+++ b/src/webengine/api/qquickwebengineview_p_p.h
|
|
@@ -61,6 +61,8 @@
|
|
#include <QString>
|
|
#include <QtCore/qcompilerdetection.h>
|
|
#include <QtGui/qaccessibleobject.h>
|
|
+#include <QColor>
|
|
+
|
|
|
|
namespace QtWebEngineCore {
|
|
class WebContentsAdapter;
|