aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pathitem/content/item5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/pathitem/content/item5.qml')
-rw-r--r--examples/quick/pathitem/content/item5.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/pathitem/content/item5.qml b/examples/quick/pathitem/content/item5.qml
index d1a8447cc1..6a876fa1f7 100644
--- a/examples/quick/pathitem/content/item5.qml
+++ b/examples/quick/pathitem/content/item5.qml
@@ -48,7 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.9 // to get PathItem
+import QtQuick 2.9
+import Qt.labs.pathitem 1.0
Rectangle {
color: "lightGray"