aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-09-30 09:50:15 +0200
committerMitch Curtis <mitch.curtis@qt.io>2019-09-30 16:05:02 +0200
commitb321adcf7591d2c011a8ddc34758543b44f6afbf (patch)
tree76eb110dd461d5925475a101c4769be2602345f0
parent006c0551cc9a515e89cb7d1dfa5ad2fe8531da2a (diff)
ComboBox: add missing revisions
These were forgotten in f462312365d4955fc82b247b72f84e1c77d8104d. Change-Id: If0415c9aab9555e14ee222aaa667ca1233ab4405 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/quicktemplates2/qquickcombobox_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickcombobox_p.h b/src/quicktemplates2/qquickcombobox_p.h
index a55541d4..c9063d6a 100644
--- a/src/quicktemplates2/qquickcombobox_p.h
+++ b/src/quicktemplates2/qquickcombobox_p.h
@@ -163,8 +163,8 @@ public:
// 2.14 (Qt 5.14)
QVariant currentValue() const;
- Q_INVOKABLE QVariant valueAt(int index) const;
- Q_INVOKABLE int indexOfValue(const QVariant &value) const;
+ Q_REVISION(14) Q_INVOKABLE QVariant valueAt(int index) const;
+ Q_REVISION(14) Q_INVOKABLE int indexOfValue(const QVariant &value) const;
public Q_SLOTS:
void incrementCurrentIndex();