summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/flowview/flowview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/flowview/flowview.qml b/examples/declarative/flowview/flowview.qml
index 99f5c1e..a3d0ac5 100644
--- a/examples/declarative/flowview/flowview.qml
+++ b/examples/declarative/flowview/flowview.qml
@@ -32,7 +32,7 @@ Rect {
color: "lightsteelblue"
- VisualModel {
+ VisualDataModel {
id: Model
model: ListModel {
ListElement { background: "red"; weblet: "rect.qml" }