diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml index b06fcf3ae315450ed6db8c00cc92038a775b7310..459fe54ccad671f6b170f2cecfd9d60cbc68ea0e 100644 --- a/src/controls/Slider.qml +++ b/src/controls/Slider.qml @@ -167,6 +167,8 @@ Control { \l stepSize property. The default value is \c false. + + \note This property may be ignored on some platforms when using the native style (e.g. Android). */ property bool tickmarksEnabled: false