aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-16 11:14:05 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-18 09:48:10 +0000
commitbf52dcb2e7284d774f1bc011b2a4c51a51027b10 (patch)
treeec4d374303b40ff3dcca26e847dbd02f47eeda88 /tests
parentfa02f4569d719a214b36303f323c3a4f49310c50 (diff)
Remove references to non-existent ComboBox::down
Such property doesn't exist, at least yet. Change-Id: I5d41997586e17a36d045648afc4c2fd4c64d10b8 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/controls/data/tst_combobox.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index 6af82dc5..ef46172f 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -644,7 +644,6 @@ TestCase {
autoExclusive: true
checked: _combobox.currentIndex === index
highlighted: _combobox.highlightedIndex === index
- down: highlighted && _combobox.pressed
}
}
}