aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/data
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-05-01 17:53:57 +0200
committerLars Knoll <lars.knoll@qt.io>2018-05-02 14:20:47 +0000
commit1ff97a7dad3b3316f5578dc1ffcbfc40df494bdf (patch)
tree17b30b1cfd85660dba4ad4d35e8f7af6ede4f99d /tests/auto/quick/qquicktableview/data
parent7ab47893a5647ecd2fc12e9e4e7504969b4185bb (diff)
Revert "tests, qquicktableview: add countDelegateItems()"
This reverts commit 1cfd61f63609c4930db6130d2f63f678c420762d. The commit came in during a time where tests aren't run, and fails at least on some of our linux platforms. Change-Id: Idd5c68b0fdec06ca93a9bab9604ad64974ee00e3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/qquicktableview/data')
-rw-r--r--tests/auto/quick/qquicktableview/data/plaintableview.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktableview/data/plaintableview.qml b/tests/auto/quick/qquicktableview/data/plaintableview.qml
index ced07451b0..7748f51aae 100644
--- a/tests/auto/quick/qquicktableview/data/plaintableview.qml
+++ b/tests/auto/quick/qquicktableview/data/plaintableview.qml
@@ -61,7 +61,6 @@ Item {
Component {
id: tableViewDelegate
Rectangle {
- objectName: "tableViewDelegate"
implicitWidth: 100
implicitHeight: 50
color: "lightgray"