diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/thread/qthreadstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthreadstorage.cpp b/src/corelib/thread/qthreadstorage.cpp index 8df6f39..07d940f 100644 --- a/src/corelib/thread/qthreadstorage.cpp +++ b/src/corelib/thread/qthreadstorage.cpp @@ -279,7 +279,7 @@ void QThreadStorageData::finish(void **p) If T is a pointer type, returns true if the calling thread has non-zero data available. - If T is a value type, returns wether the data has already been + If T is a value type, returns whether the data has already been constructed by calling setLocalData or localData. \sa localData() |