Changeset 192 for trunk/src/corelib/io/qprocess_p.h
- Timestamp:
- Sep 24, 2009, 6:09:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qprocess_p.h
r190 r192 66 66 typedef int Q_PIPE; 67 67 #define INVALID_Q_PIPE -1 68 69 70 71 68 72 #endif 69 73 … … 198 202 void init(); 199 203 void uninit(); 204 200 205 #endif 201 206 … … 209 214 int serial; 210 215 #endif 216 217 218 219 220 221 211 222 212 223 bool waitForStarted(int msecs = 30000);
Note:
See TracChangeset
for help on using the changeset viewer.