aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/shapes/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shapes/plugin.cpp')
-rw-r--r--src/imports/shapes/plugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/shapes/plugin.cpp b/src/imports/shapes/plugin.cpp
index e3a9017681..0679a70630 100644
--- a/src/imports/shapes/plugin.cpp
+++ b/src/imports/shapes/plugin.cpp
@@ -69,6 +69,9 @@ public:
// revision in Qt 5.11: added containsMode property
qmlRegisterType<QQuickShape, 11>(uri, 1, 11, "Shape");
+
+ // revision in Qt 5.14: added scale property
+ qmlRegisterType<QQuickShapePath, 14>(uri, 1, 14, "ShapePath"); // QTBUG-61942
}
};