aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-07-11 11:55:56 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-07-11 12:23:55 +0000
commite160ac6c89121db843e0ba195f25cce2252115c2 (patch)
treee85935911cae3d3f62392853f549b63eba085f82 /src/quick/scenegraph/util
parentb3a26dae256575acc09f99f6c55d29d77bac4835 (diff)
Fix reference to wrong methods
The new classes lost the Simple in their names. Change-Id: I06c7866848fc05fe3aecf631305e7553be33836f Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quick/scenegraph/util')
-rw-r--r--src/quick/scenegraph/util/qsgsimplerectnode.cpp4
-rw-r--r--src/quick/scenegraph/util/qsgsimpletexturenode.cpp4
2 files changed, 4 insertions, 4 deletions
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
*/