aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/shapes/qquickshape_p.h
diff options
context:
space:
mode:
authorBerthold Krevert <berthold.krevert@basyskom.com>2017-07-27 20:09:01 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-07-28 09:20:06 +0000
commitce5436a9a07b5593529afc0a259e55d5c716e41c (patch)
treebd1fe226548754ff9c331a43ac787032e3fe6e78 /src/imports/shapes/qquickshape_p.h
parenta2db480db51748b381f18987790b5f2de8c0c911 (diff)
Rename property to rendererType
This follows the documentation. Change-Id: I74d8d2b45546717c6a6b252af9370c6670ef1b78 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/imports/shapes/qquickshape_p.h')
-rw-r--r--src/imports/shapes/qquickshape_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/shapes/qquickshape_p.h b/src/imports/shapes/qquickshape_p.h
index db0b449c6c..3a630aacbc 100644
--- a/src/imports/shapes/qquickshape_p.h
+++ b/src/imports/shapes/qquickshape_p.h
@@ -223,7 +223,7 @@ private:
class QQuickShape : public QQuickItem
{
Q_OBJECT
- Q_PROPERTY(RendererType renderer READ rendererType NOTIFY rendererChanged)
+ Q_PROPERTY(RendererType rendererType READ rendererType NOTIFY rendererChanged)
Q_PROPERTY(bool asynchronous READ asynchronous WRITE setAsynchronous NOTIFY asynchronousChanged)
Q_PROPERTY(bool vendorExtensionsEnabled READ vendorExtensionsEnabled WRITE setVendorExtensionsEnabled NOTIFY vendorExtensionsEnabledChanged)
Q_PROPERTY(Status status READ status NOTIFY statusChanged)