From afab3625c0287c51fbc5fc07b37522d1809dfb13 Mon Sep 17 00:00:00 2001 From: Matthew Cattell Date: Mon, 12 Sep 2011 15:43:09 +0200 Subject: [PATCH] changed include to use newly public qsgvertexcolormaterial header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I701b573b6c93d6e69ea6f8fc16b5913162bf9ace Reviewed-on: http://codereview.qt-project.org/4680 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- .../scenegraph/qsgdefaultrectanglenode.cpp | 2 +- .../scenegraph/util/qsgvertexcolormaterial.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp b/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp index 2905f06..fbd8e0e 100644 --- a/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp +++ b/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp @@ -44,7 +44,7 @@ #include "qsgdefaultrectanglenode_p.h" -#include +#include #include "qsgtexturematerial.h" #include diff --git a/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp b/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp index 26edbc2..637d549 100644 --- a/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp +++ b/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include "qsgvertexcolormaterial_p.h" +#include "qsgvertexcolormaterial.h" #include -- 1.7.2.5