summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-04 11:55:26 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-04 12:21:41 +0000
commitd337fbe13c4e140dbd023a9a334bdfba585f535c (patch)
treedd0b64699a9bbfcbdedff3524bad430eff69470a
parente405665318a7a666a945929eb6ef7829af804557 (diff)
Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_START
Change-Id: I4d2c1b1bc5773c23d3dfd8522268a422c3e513e6 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/corelib/io/qprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 06a4880fdb..f979f8e0ec 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()
*/
/*!