aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-03-03 15:53:18 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-03-05 07:19:58 +0100
commit3d37b0baf5bb40fd97b62ad6bd8f3c2b5eb5f016 (patch)
tree31344e7f796c5548df94e629fdf53432641912ca
parent6fb63032966cc27cc11ce3686e97b185fdb3cb6b (diff)
QQuickMaterialStyle: Fix bogus revision declaration
When using two-component revisions, we have to use them everywhere. Pick-to: 6.2 6.3 Change-Id: I6bae8914a56ed27ed82479548d229cb8ce4fec19 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/quickcontrols2/material/qquickmaterialstyle_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols2/material/qquickmaterialstyle_p.h b/src/quickcontrols2/material/qquickmaterialstyle_p.h
index 9f353cff33..b05df26be6 100644
--- a/src/quickcontrols2/material/qquickmaterialstyle_p.h
+++ b/src/quickcontrols2/material/qquickmaterialstyle_p.h
@@ -101,7 +101,7 @@ class QQuickMaterialStyle : public QQuickAttachedObject
Q_PROPERTY(QColor toolBarColor READ toolBarColor NOTIFY toolBarColorChanged FINAL)
Q_PROPERTY(QColor toolTextColor READ toolTextColor NOTIFY toolTextColorChanged FINAL)
Q_PROPERTY(QColor spinBoxDisabledIconColor READ spinBoxDisabledIconColor NOTIFY themeChanged FINAL)
- Q_PROPERTY(QColor sliderDisabledColor READ sliderDisabledColor NOTIFY themeChanged FINAL REVISION 15)
+ Q_PROPERTY(QColor sliderDisabledColor READ sliderDisabledColor NOTIFY themeChanged FINAL REVISION(2, 15))
Q_PROPERTY(int touchTarget READ touchTarget CONSTANT FINAL)
Q_PROPERTY(int buttonHeight READ buttonHeight CONSTANT FINAL)