Immense Particles Refactor Part C
[profile/ivi/qtdeclarative.git] / demos / declarative / photoviewer / PhotoViewerCore / AlbumDelegate.qml
index 9fcd68b..c6b3e1b 100644 (file)
@@ -85,7 +85,7 @@ Component {
                 anchors.centerIn: parent; anchors.verticalCenterOffset: -30
                 path: Path {
                     PathAttribute { name: 'z'; value: 9999.0 }
-                    PathLine { x: 1; y: 1 }
+                    PathLineShape { x: 1; y: 1 }
                     PathAttribute { name: 'z'; value: 0.0 }
                 }
             }