QProcess/Win: pointless Sleep call removed
authorJoerg Bornemann <joerg.bornemann@nokia.com>
Tue, 6 Mar 2012 09:18:14 +0000 (10:18 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Mar 2012 16:47:17 +0000 (17:47 +0100)
Change-Id: I634c62d3a0f96bc074e815dfd4106b6187f4ba85
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/corelib/io/qprocess_win.cpp

index a52fd46..f7c2f96 100644 (file)
@@ -530,8 +530,6 @@ void QProcessPrivate::startProcess()
         notifier->start(NOTIFYTIMEOUT);
     }
 
-    // give the process a chance to start ...
-    Sleep(SLEEPMIN * 2);
     _q_startupNotification();
 }