aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltablemodel/data/empty.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltablemodel/data/empty.qml')
-rw-r--r--tests/auto/qml/qqmltablemodel/data/empty.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmltablemodel/data/empty.qml b/tests/auto/qml/qqmltablemodel/data/empty.qml
index 57f2f992d9..6e66b99145 100644
--- a/tests/auto/qml/qqmltablemodel/data/empty.qml
+++ b/tests/auto/qml/qqmltablemodel/data/empty.qml
@@ -29,6 +29,8 @@
import QtQuick 2.12
import Qt.labs.qmlmodels 1.0
+import "TestUtils.js" as TestUtils
+
Item {
id: root
width: 200
@@ -53,6 +55,7 @@ Item {
TableModel {
id: testModel
objectName: "testModel"
+ roleDataProvider: TestUtils.testModelRoleDataProvider
}
TableView {
id: tableView