diff options
Diffstat (limited to 'examples/declarative/threading/threadedlistmodel/timedisplay.qml')
-rw-r--r-- | examples/declarative/threading/threadedlistmodel/timedisplay.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/threading/threadedlistmodel/timedisplay.qml b/examples/declarative/threading/threadedlistmodel/timedisplay.qml index 9fc3eb3..d807955 100644 --- a/examples/declarative/threading/threadedlistmodel/timedisplay.qml +++ b/examples/declarative/threading/threadedlistmodel/timedisplay.qml @@ -47,7 +47,7 @@ Rectangle { height: 300 ListView { - + anchors.fill: parent model: listModel delegate: Component { Text { text: time } |