summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/DialStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/DialStyle.qml')
-rw-r--r--src/controls/Styles/Base/DialStyle.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/controls/Styles/Base/DialStyle.qml b/src/controls/Styles/Base/DialStyle.qml
index 6c9a68d3..8287dc1f 100644
--- a/src/controls/Styles/Base/DialStyle.qml
+++ b/src/controls/Styles/Base/DialStyle.qml
@@ -151,10 +151,6 @@ Style {
the style's components. For example, it can be used to calculate the
angles at which to draw an arc around the dial indicating the safe
range of values.
-
- For example, if minimumValueAngle is set to \c 270 and
- maximumValueAngle is set to \c 90, this function will return \c 270
- when passed minimumValue and \c 90 when passed maximumValue.
*/
function valueToAngle(value) {
return control.__panel.circularTickmarkLabel.valueToAngle(value);