Changeset 210 for trunk/src/corelib/io/qprocess_p.h
- Timestamp:
- Oct 7, 2009, 12:09:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qprocess_p.h
r203 r210 185 185 #if defined(Q_OS_OS2) 186 186 enum PipeType { InPipe = 0, OutPipe = 1, ErrPipe = 2 }; 187 bool createPipe(PipeType type, Channel::Pipe &pipe );187 bool createPipe(PipeType type, Channel::Pipe &pipe); 188 188 void destroyPipe(Channel::Pipe &pipe); 189 189 #else
Note:
See TracChangeset
for help on using the changeset viewer.