aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-28 12:49:35 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-03-28 12:30:15 +0000
commit1efffb8fea600c77925422cdf85f6c024ab3d8b2 (patch)
tree14b4a64558169578018ff87e04849376948f403a
parent956a6a04a7a98be7c05320b504674260b4322851 (diff)
Doc: correct link errors InputMethodv5.9.0-beta1
trace.cpp:113: warning: Can't link to 'InputMethod.traceBegin()' trace.cpp:113: warning: Can't link to 'InputMethod.traceEnd()' Change-Id: I47377b78b7db41684cf92dc0f1f611acc589389a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/virtualkeyboard/trace.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/virtualkeyboard/trace.cpp b/src/virtualkeyboard/trace.cpp
index 683858af..e74793e1 100644
--- a/src/virtualkeyboard/trace.cpp
+++ b/src/virtualkeyboard/trace.cpp
@@ -104,10 +104,10 @@ public:
Trace objects are owned by their creator, which is the input method in
normal case. This means the objects are constructed in the
- \l {InputMethod.traceBegin()} (QML) method.
+ \l {InputMethod::traceBegin()}{InputMethod.traceBegin()} (QML) method.
By definition, the trace object can be destroyed at earliest in the
- \l {InputMethod.traceEnd()} (QML) method.
+ \l {InputMethod::traceEnd()}{InputMethod.traceEnd()} (QML) method.
*/
/*!
@@ -166,10 +166,10 @@ public:
Trace objects are owned by their creator, which is the input method in
normal case. This means the objects are constructed in the
- \l {InputMethod.traceBegin()} (QML) method.
+ \l {InputMethod::traceBegin()}{InputMethod.traceBegin()} (QML) method.
By definition, the trace object can be destroyed at earliest in the
- \l {InputMethod.traceEnd()} (QML) method.
+ \l {InputMethod::traceEnd()}{InputMethod.traceEnd()} (QML) method.
*/
/*! \internal */