summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-03-06 10:18:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-06 17:47:17 +0100
commit3ff7bc086b9ae3d7288e6a4e1f96974b77105ae0 (patch)
tree8ebc95d099fdbbe71db9b0ded7a9a8fc1f843c34 /src/corelib/io
parent1fc0e27b17e6d88cd38c72ce38277d810009e0fe (diff)
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>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qprocess_win.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess_win.cpp b/src/corelib/io/qprocess_win.cpp
index a52fd46c97..f7c2f965d5 100644
--- a/src/corelib/io/qprocess_win.cpp
+++ b/src/corelib/io/qprocess_win.cpp
@@ -530,8 +530,6 @@ void QProcessPrivate::startProcess()
notifier->start(NOTIFYTIMEOUT);
}
- // give the process a chance to start ...
- Sleep(SLEEPMIN * 2);
_q_startupNotification();
}