From 1e985e46476398bf75118480edc4d15547764f7e Mon Sep 17 00:00:00 2001
From: Caroline Chao <caroline.chao@digia.com>
Date: Wed, 5 Nov 2014 15:26:21 +0100
Subject: [PATCH] Doc: add a note about the tickmarksEnabled property

Change-Id: I61e6029c813fd0258a24c6ea547190808f42edc9
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
---
 src/controls/Slider.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index b06fcf3ae..459fe54cc 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
 
-- 
GitLab