Ignore:
Timestamp:
Oct 7, 2009, 12:09:56 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Implemented QProcess->QProcess redirection.

File:
1 edited

Legend:

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

    r203 r210  
    185185#if defined(Q_OS_OS2)
    186186    enum PipeType { InPipe = 0, OutPipe = 1, ErrPipe = 2 };
    187     bool createPipe(PipeType type, Channel::Pipe &pipe);
     187    bool createPipe(PipeType type, Channel::Pipe &pipe);
    188188    void destroyPipe(Channel::Pipe &pipe);
    189189#else
Note: See TracChangeset for help on using the changeset viewer.