summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-05-20 11:38:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-21 20:56:31 +0200
commit82a0a8244a2edf27c196f6c8cc3e2c36a3f4a8c5 (patch)
treea13064babe6b58eb9abd3e3059c06a881b03fbb0
parentbe888c70ab2fd5ed8a1e72bd761c22673b60f575 (diff)
downloadqtquickcontrols-82a0a8244a2edf27c196f6c8cc3e2c36a3f4a8c5.tar.gz
TableView: cleanup unused Text left over
It has gone unnoticed for a long time ever since 47ef1a5f. As far as I can see, it never was actually used for anything... Change-Id: I28045ca8ba3ecec6869aed1eeebcaab7c2866e93 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
-rw-r--r--src/controls/TableView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 3d0092cc..c04ba971 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -918,8 +918,6 @@ ScrollView {
}
}
- Text{ id:text }
-
Item {
id: tableHeader
clip: true