From d337fbe13c4e140dbd023a9a334bdfba585f535c Mon Sep 17 00:00:00 2001
From: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Date: Tue, 4 Aug 2015 11:55:26 +0200
Subject: [PATCH] Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_START
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I4d2c1b1bc5773c23d3dfd8522268a422c3e513e6
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
---
 src/corelib/io/qprocess.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 06a4880fdb7..f979f8e0ec6 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -110,7 +110,7 @@ QT_BEGIN_NAMESPACE
     In most cases where it is used, the user intends for the first argument
     to be treated atomically as per the other overload.
 
-    \sa start()
+    \sa QProcess::start()
 */
 
 /*!
-- 
GitLab