Am Sonntag, den 27.12.2009, 14:03 +0100 schrieb Peter Kümmel:
> Definitely a bug in Qt on Linux:
>     bool QProcess::waitForStarted(int msecs)
> calls in the unix version (qprocess_unix.cpp) of
>     bool QProcessPrivate::waitForStarted(int msecs)
> the function 
>     bool QProcessPrivate::_q_startupNotification()
> which emits the signal. And after QProcessPrivate::waitForStarted
> has returned QProcess:waitForStarted emits the signal again.

http://bugreports.qt.nokia.com/browse/QTBUG-7039

Reply via email to