QProcess/Win: pointless Sleep call removed
Change-Id: I634c62d3a0f96bc074e815dfd4106b6187f4ba85 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
1fc0e27b17
commit
3ff7bc086b
@ -530,8 +530,6 @@ void QProcessPrivate::startProcess()
|
||||
notifier->start(NOTIFYTIMEOUT);
|
||||
}
|
||||
|
||||
// give the process a chance to start ...
|
||||
Sleep(SLEEPMIN * 2);
|
||||
_q_startupNotification();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user