diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index 302d34d5128..066e9e390a6 100644 --- a/src/corelib/thread/qthread.cpp +++ b/src/corelib/thread/qthread.cpp @@ -986,7 +986,10 @@ void QThread::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) /*! \fn bool QThread::wait(unsigned long time) + \overload + \a time is the time to wait in milliseconds. + If \a time is ULONG_MAX, then the wait will never timeout. */ #if QT_CONFIG(thread)