diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-31 13:10:32 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-31 13:11:28 (GMT) |
commit | 444ddca247cacc5376821e82588b1d8b76133437 (patch) | |
tree | a864bde3389c2681b7cec78d540d0333dcf3c9a3 /src/corelib/io/qprocess.cpp | |
parent | 8b916347634f2dcbb7d3e7c26a72879bee711012 (diff) | |
download | Qt-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.cpp | 5 |
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 |