Ignore:
Timestamp:
Oct 9, 2006, 12:14:18 AM (19 years ago)
Author:
dmik
Message:

Kernel: QProcess: Significantly improved the speed of reading data from the child process using readyReadStd[out|err]() signals (it's now approximately 380 times faster on my system for a 28 MB file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qprocess.h

    r41 r134  
    166166    friend class QProc;
    167167#endif
     168#if defined(Q_OS_OS2)
     169    friend class QProcessMonitor;
     170#endif
    168171
    169172#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
Note: See TracChangeset for help on using the changeset viewer.