aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pathitem/pathitemtest.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/pathitem/pathitemtest.qml')
-rw-r--r--tests/manual/pathitem/pathitemtest.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/pathitem/pathitemtest.qml b/tests/manual/pathitem/pathitemtest.qml
index 53fe0ed452..2327464614 100644
--- a/tests/manual/pathitem/pathitemtest.qml
+++ b/tests/manual/pathitem/pathitemtest.qml
@@ -48,7 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.9 // to get PathItem
+import QtQuick 2.9
+import Qt.labs.pathitem 1.0
Rectangle {
id: root