aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/synchronousprocess.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-25 18:19:45 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-09-26 09:56:22 +0200
commit0479abdcd78917c52ae0d77a4e4b8994cf704336 (patch)
tree76f779b1e0c3e020f5fc48cdff62b2ba2fe152a3 /src/libs/utils/synchronousprocess.cpp
parent529cc963b54b2d5d8ec08241c437a8a76318060b (diff)
QDoc: Fix QDoc warnings
This patch fixes ~1100 warnings from qdoc Change-Id: Ia9555db675acbf8083b2f87d9855a62a3a34ccb9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/libs/utils/synchronousprocess.cpp')
-rw-r--r--src/libs/utils/synchronousprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/synchronousprocess.cpp b/src/libs/utils/synchronousprocess.cpp
index f8afff9e79..0cf0caaf1d 100644
--- a/src/libs/utils/synchronousprocess.cpp
+++ b/src/libs/utils/synchronousprocess.cpp
@@ -57,7 +57,7 @@
writes them.
The stdOutBuffered(), stdErrBuffered() signals are emitted with complete
- lines based on the '\n' marker if they are enabled using
+ lines based on the '\\n' marker if they are enabled using
stdOutBufferedSignalsEnabled()/setStdErrBufferedSignalsEnabled().
They would typically be used for log windows.