From 1efffb8fea600c77925422cdf85f6c024ab3d8b2 Mon Sep 17 00:00:00 2001
From: Nico Vertriest <nico.vertriest@qt.io>
Date: Tue, 28 Mar 2017 12:49:35 +0200
Subject: [PATCH] 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: Mitch Curtis <mitch.curtis@qt.io>
---
 src/virtualkeyboard/trace.cpp | 8 ++++----
 1 file 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 */
-- 
GitLab