Ignore:
Timestamp:
Sep 24, 2009, 6:09:44 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Implemented child termination/death detection for synchronous waitFor() methods.

File:
1 edited

Legend:

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

    r190 r192  
    6666typedef int Q_PIPE;
    6767#define INVALID_Q_PIPE -1
     68
     69
     70
     71
    6872#endif
    6973
     
    198202    void init();
    199203    void uninit();
     204
    200205#endif
    201206
     
    209214    int serial;
    210215#endif
     216
     217
     218
     219
     220
     221
    211222
    212223    bool waitForStarted(int msecs = 30000);
Note: See TracChangeset for help on using the changeset viewer.