summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-13 13:28:14 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-07-13 13:28:14 (GMT)
commit079a4105aff9c63d4107762aec478ade9900c7c2 (patch)
treee5960fded23f9b26e7b7c045b0086476540b8572 /src/corelib/io/qprocess.cpp
parent83fa72df1ad059c6284aaf510d381cb7caed966a (diff)
downloadQt-079a4105aff9c63d4107762aec478ade9900c7c2.zip
Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.gz
Qt-079a4105aff9c63d4107762aec478ade9900c7c2.tar.bz2
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r--src/corelib/io/qprocess.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 9bc4063..739ac4d 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -1399,10 +1399,10 @@ QString QProcess::nativeArguments() const
\since 4.7
\overload
- Sets additional native command line arguments for the program.
+ Sets additional native command line \a arguments for the program.
On operating systems where the system API for passing command line
- arguments to a subprocess natively uses a single string, one can
+ \a arguments to a subprocess natively uses a single string, one can
conceive command lines which cannot be passed via QProcess's portable
list-based API. In such cases this function must be used to set a
string which is \e appended to the string composed from the usual