Fixed WINCE linking error in QProcess

The error was introduced with
28ee554b37

Change-Id: If3e51227af3880496ef2da3a18835b36d65bad78
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
bb10
Bjoern Breitmeyer 2013-05-13 18:10:43 +02:00 committed by The Qt Project
parent 8be5103d29
commit 3f1519d40a
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@ bool QProcessPrivate::waitForStarted(int)
return false;
}
bool QProcessPrivate::drainOutputPipes()
{
return true;
}
bool QProcessPrivate::waitForReadyRead(int msecs)
{
return false;