Commit 1efffb8f authored by Nico Vertriest's avatar Nico Vertriest
Browse files

Doc: correct link errors InputMethod


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: default avatarMitch Curtis <mitch.curtis@qt.io>
parent 956a6a04
Showing with 4 additions and 4 deletions
......@@ -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 */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment