summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-09-01 13:42:01 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-09-01 13:42:01 (GMT)
commit5e6934fc40186914ed37a3cdedc81e3cbee6d729 (patch)
tree8c183bbc5b59c73e4b62c6c0c48aabe0b6ab2572 /src/corelib/io/qprocess_unix.cpp
parent505458d4e2d094eba7cf34a71c6cd960c28a52e4 (diff)
parentd117525a4ff8757208231fa77f171c7fd7a30ef9 (diff)
downloadQt-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.cpp2
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();