summaryrefslogtreecommitdiff
path: root/core/launcher/qprocess.cpp
Unidiff
Diffstat (limited to 'core/launcher/qprocess.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/qprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/qprocess.cpp b/core/launcher/qprocess.cpp
index 3fe1238..aef7967 100644
--- a/core/launcher/qprocess.cpp
+++ b/core/launcher/qprocess.cpp
@@ -371,7 +371,7 @@ QString QProcess::readLineStderr()
371} 371}
372 372
373/*! 373/*!
374 This private function scans for any occurrence of \n or \r\n in the 374 This private function scans for any occurrence of \\n or \\r\\n in the
375 buffer \e buf. It stores the text in the byte array \a store if it is 375 buffer \e buf. It stores the text in the byte array \a store if it is
376 non-null. 376 non-null.
377*/ 377*/