summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent/qthreadpool_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/concurrent/qthreadpool_p.h')
-rw-r--r--src/corelib/concurrent/qthreadpool_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qthreadpool_p.h b/src/corelib/concurrent/qthreadpool_p.h
index 1a0e4abca0..8a2cf98517 100644
--- a/src/corelib/concurrent/qthreadpool_p.h
+++ b/src/corelib/concurrent/qthreadpool_p.h
@@ -82,7 +82,7 @@ public:
void startThread(QRunnable *runnable = 0);
void reset();
- void waitForDone(int msecs = -1);
+ void waitForDone();
bool startFrontRunnable();
void stealRunnable(QRunnable *);