Ignore:
Timestamp:
Sep 22, 2009, 10:44:03 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Implemented child termination/death detection using SIGCHILD and an auxiliary thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qprocess_p.h

    r72 r190  
    195195    qint64 pipeWriterBytesToWrite() const;
    196196#endif
     197
     198
     199
     200
    197201
    198202    static bool startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory = QString(),
Note: See TracChangeset for help on using the changeset viewer.