aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/text/text.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/text/text.qml')
-rw-r--r--tests/testapplications/text/text.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/testapplications/text/text.qml b/tests/testapplications/text/text.qml
index d2a8cff181..1737e70f30 100644
--- a/tests/testapplications/text/text.qml
+++ b/tests/testapplications/text/text.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
@@ -27,6 +27,7 @@
****************************************************************************/
import QtQuick 2.0
+import QtQml.Models 2.12
Rectangle {
height: 360; width: 640
@@ -105,7 +106,7 @@ Rectangle {
anchors.right: parent.right
Rectangle { anchors.fill: parent; color: "transparent"; border.color: "black" }
ListView { id: controls; model: controlsmodel; anchors.fill: parent; clip: true; cacheBuffer: 500 }
- VisualItemModel {
+ ObjectModel {
id: controlsmodel
ControlView {
id: textvalue