summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-03-18 17:56:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 18:02:16 +0100
commitb4218a05599f6968634f868351ca08c63eeca89a (patch)
tree4df814df373844879ff794346806bfc2eda94169
parent37b8de375bf6145bced8264b280dfd10e114ff3a (diff)
downloadqtquickcontrols-b4218a05599f6968634f868351ca08c63eeca89a.tar.gz
ComboBox: fix a warning in MenuContentItem
Change-Id: I8428d7e2f768cd7341ecb3efcc52fc2dba1d0ca0 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-rw-r--r--src/controls/Styles/Desktop/ComboBoxStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Desktop/ComboBoxStyle.qml b/src/controls/Styles/Desktop/ComboBoxStyle.qml
index 613bba04..12376ff7 100644
--- a/src/controls/Styles/Desktop/ComboBoxStyle.qml
+++ b/src/controls/Styles/Desktop/ComboBoxStyle.qml
@@ -87,6 +87,7 @@ Style {
property Component __dropDownStyle: Style {
property int __maxPopupHeight: 600
property int submenuOverlap: 0
+ property int submenuPopupDelay: 0
property Component frame: StyleItem {
elementType: "frame"