Changes between Initial Version and Version 1 of Ticket #199, comment 32
- Timestamp:
- Aug 9, 2011, 8:22:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #199, comment 32
initial v1 4 4 QProcess::start() 5 5 QProcess::waitForStarted() 6 QProcess::waitForReadyRead()7 QProcess::readAll()6 if( QProcess::waitForReadyRead() ) 7 QProcess::readAll() 8 8 }}} 9 9