summaryrefslogtreecommitdiff
path: root/src/extras/Gauge.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/Gauge.qml')
-rw-r--r--src/extras/Gauge.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extras/Gauge.qml b/src/extras/Gauge.qml
index f5a0071e..1853af58 100644
--- a/src/extras/Gauge.qml
+++ b/src/extras/Gauge.qml
@@ -70,7 +70,7 @@ import QtQuick.Extras.Private 1.0
\endcode
You can create a custom appearance for a Gauge by assigning a
- \l {QtQuick.Controls.Styles::}{GaugeStyle}.
+ \l {GaugeStyle}.
*/
Control {
@@ -174,7 +174,7 @@ Control {
/*!
This property accepts a function that formats the given \a value for
display in
- \l {QtQuick.Controls.Styles::GaugeStyle}{tickmarkLabel}.
+ \l {GaugeStyle::}{tickmarkLabel}.
For example, to provide a custom format that displays all values with 3
decimal places: