Changes between Initial Version and Version 1 of Ticket #199, comment 32


Ignore:
Timestamp:
Aug 9, 2011, 6:22:28 AM (13 years ago)
Author:
rudi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #199, comment 32

    initial v1  
    44QProcess::start()
    55QProcess::waitForStarted()
    6 QProcess::waitForReadyRead()
    7 QProcess::readAll()
     6if( QProcess::waitForReadyRead() )
     7    QProcess::readAll()
    88}}}
    99