aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-05-20 13:50:28 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-05-20 12:30:02 +0000
commitdab55aaaf1b25d93761d7be0766efb61b2e271b0 (patch)
treecccadd39daefc4305ac1a4437683f6d4633c1f8c /src/imports/templates/plugins.qmltypes
parentaa468902b6c874a6c4a03bb2fc98edf93b1f5016 (diff)
ComboBox: increase/decrease() => increment/decrementCurrentIndex()
ComboBox does not have a value-property, unlike Slider, SpinBox, Dial, and ScrollBar. Change-Id: I9832ef8df1532d4cb85b981b164c7c85e8a82135 Task-number: QTBUG-53519 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index 17c5117a..c96dd2dc 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -118,8 +118,8 @@ Module {
name: "highlighted"
Parameter { name: "index"; type: "int" }
}
- Method { name: "increase" }
- Method { name: "decrease" }
+ Method { name: "incrementCurrentIndex" }
+ Method { name: "decrementCurrentIndex" }
Method {
name: "textAt"
type: "string"