summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-31 13:10:32 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-08-31 13:11:28 (GMT)
commit444ddca247cacc5376821e82588b1d8b76133437 (patch)
treea864bde3389c2681b7cec78d540d0333dcf3c9a3 /src/corelib/io/qprocess.cpp
parent8b916347634f2dcbb7d3e7c26a72879bee711012 (diff)
downloadQt-444ddca247cacc5376821e82588b1d8b76133437.zip
Qt-444ddca247cacc5376821e82588b1d8b76133437.tar.gz
Qt-444ddca247cacc5376821e82588b1d8b76133437.tar.bz2
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r--src/corelib/io/qprocess.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index f7049d3..5b6830c 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -411,6 +411,11 @@ void QProcessPrivate::Channel::clear()
process = 0;
}
+/*! \fn bool QProcessPrivate::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid)
+
+\internal
+ */
+
/*!
\class QProcess