summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-11-08 09:21:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-08 09:34:15 +0100
commitfe68232707a1983876fc05777dfc35e5ffdfebd2 (patch)
tree47e0b171155a41b872f437cc05edb8e879ac7f1c
parent11505c5c4332c67422638571b74cfdecf11b8251 (diff)
downloadqtquickcontrols-fe68232707a1983876fc05777dfc35e5ffdfebd2.tar.gz
Fix warning in Tests_TabView::test_mousePressOnTabBar
Task-number: QTBUG-34666 Change-Id: I13506cc7504c71d9411e2b100bec803abb2eaccd Reviewed-by: Liang Qi <liang.qi@digia.com>
-rw-r--r--tests/auto/controls/data/tst_tabview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_tabview.qml b/tests/auto/controls/data/tst_tabview.qml
index 9405f793..1648d6c3 100644
--- a/tests/auto/controls/data/tst_tabview.qml
+++ b/tests/auto/controls/data/tst_tabview.qml
@@ -390,7 +390,7 @@ TestCase {
verify(!tab3.activeFocus)
verify(!textField.activeFocus)
- tabView.destroy()
+ item.destroy()
}
function printGeometry(control) {