From e160ac6c89121db843e0ba195f25cce2252115c2 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 11 Jul 2016 11:55:56 +0200 Subject: Fix reference to wrong methods The new classes lost the Simple in their names. Change-Id: I06c7866848fc05fe3aecf631305e7553be33836f Reviewed-by: Andy Nichols --- src/quick/scenegraph/util/qsgsimplerectnode.cpp | 4 ++-- src/quick/scenegraph/util/qsgsimpletexturenode.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/quick/scenegraph/util') diff --git a/src/quick/scenegraph/util/qsgsimplerectnode.cpp b/src/quick/scenegraph/util/qsgsimplerectnode.cpp index f991f03136..28b177be84 100644 --- a/src/quick/scenegraph/util/qsgsimplerectnode.cpp +++ b/src/quick/scenegraph/util/qsgsimplerectnode.cpp @@ -51,8 +51,8 @@ QT_BEGIN_NAMESPACE \warning This utility class is only functional when running with the OpenGL or software backends of the Qt Quick scenegraph. For a proper cross-platform - alternative prefer using QSGSimpleRectangleNode via - QQuickWindow::createSimpleRectangleNode() or QSGEngine::createSimpleRectangleNode(). + alternative prefer using QSGRectangleNode via + QQuickWindow::createRectangleNode() or QSGEngine::createRectangleNode(). \deprecated */ diff --git a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp index c16e86c4e1..6ce37de7cb 100644 --- a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp +++ b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp @@ -100,8 +100,8 @@ static void qsgsimpletexturenode_update(QSGGeometry *g, \warning This utility class is only functional when running with the OpenGL or software backends of the Qt Quick scenegraph. For a proper cross-platform - alternative prefer using QSGSimpleImageNode via - QQuickWindow::createSimpleImageNode() or QSGEngine::createSimpleImageNode(). + alternative prefer using QSGImageNode via + QQuickWindow::createImageNode() or QSGEngine::createImageNode(). \deprecated */ -- cgit v1.2.3