aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-02-12 19:33:01 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-02-13 13:02:03 +0000
commiteddd9d24ff1528ed84619725b37b55c7c90efff5 (patch)
tree262f629cbd9a15e2f5b28405835ae5f1eaf26be6 /src
parent47a97af21fc80c301677a4498ccda7397283f2af (diff)
Docs: fix qdoc (clang) warnings
qtquickcontrols2-automotive.qdoc:28: (qdoc) warning: EXAMPLE PATH DOES NOT EXIST: automotive qtquickcontrols2-musicplayer.qdoc:28: (qdoc) warning: EXAMPLE PATH DOES NOT EXIST: musicplayer qquickspinbox.cpp:814: (qdoc) warning: Can't link to 'textFromValue()' Change-Id: Iec6fd398cca98b514a76fe9f2f30c79a59b81457 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickspinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickspinbox.cpp b/src/quicktemplates2/qquickspinbox.cpp
index 5e74f6ef..525de945 100644
--- a/src/quicktemplates2/qquickspinbox.cpp
+++ b/src/quicktemplates2/qquickspinbox.cpp
@@ -818,7 +818,7 @@ void QQuickSpinBox::setWrap(bool wrap)
This property holds the textual value of the spinbox.
- The value of the property is based on \l textFromValue() and \l {Control::}
+ The value of the property is based on \l textFromValue and \l {Control::}
{locale}, and equal to:
\badcode
var text = spinBox.textFromValue(spinBox.value, spinBox.locale)