Ignore:
Timestamp:
Jul 28, 2011, 12:43:59 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: QProcess: New I/O pipe notification mechanism.

This remake is to fix a number of problems such as hangs
and truncated data during interprocess communication using
redirection of standard I/O channels through the QIODevice
interface provided by QProcess. See #199.

File:
1 edited

Legend:

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

    r846 r913  
    231231    Q_PRIVATE_SLOT(d_func(), bool _q_startupNotification())
    232232    Q_PRIVATE_SLOT(d_func(), bool _q_processDied())
     233
     234
     235
    233236    Q_PRIVATE_SLOT(d_func(), void _q_notified())
     237
    234238    friend class QProcessManager;
    235239};
Note: See TracChangeset for help on using the changeset viewer.