summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent/qthreadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/concurrent/qthreadpool.h')
-rw-r--r--src/corelib/concurrent/qthreadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qthreadpool.h b/src/corelib/concurrent/qthreadpool.h
index cc1e059..9895c41 100644
--- a/src/corelib/concurrent/qthreadpool.h
+++ b/src/corelib/concurrent/qthreadpool.h
@@ -84,7 +84,7 @@ public:
void reserveThread();
void releaseThread();
- void waitForDone();
+ void waitForDone(int msecs = -1);
};
QT_END_NAMESPACE