diff options
author | David Boddie <dboddie@trolltech.com> | 2009-09-01 13:42:01 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-09-01 13:42:01 (GMT) |
commit | 5e6934fc40186914ed37a3cdedc81e3cbee6d729 (patch) | |
tree | 8c183bbc5b59c73e4b62c6c0c48aabe0b6ab2572 /src/corelib/io/qprocess_unix.cpp | |
parent | 505458d4e2d094eba7cf34a71c6cd960c28a52e4 (diff) | |
parent | d117525a4ff8757208231fa77f171c7fd7a30ef9 (diff) | |
download | Qt-5e6934fc40186914ed37a3cdedc81e3cbee6d729.zip Qt-5e6934fc40186914ed37a3cdedc81e3cbee6d729.tar.gz Qt-5e6934fc40186914ed37a3cdedc81e3cbee6d729.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/corelib/io/qprocess_unix.cpp')
-rw-r--r-- | src/corelib/io/qprocess_unix.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess_unix.cpp b/src/corelib/io/qprocess_unix.cpp index baf90c4..d45ff03 100644 --- a/src/corelib/io/qprocess_unix.cpp +++ b/src/corelib/io/qprocess_unix.cpp @@ -1163,8 +1163,6 @@ void QProcessPrivate::_q_notified() { } -/*! \internal - */ bool QProcessPrivate::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) { processManager()->start(); |