diff options
Diffstat (limited to 'src/corelib/thread/qmutex.h')
| -rw-r--r-- | src/corelib/thread/qmutex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/thread/qmutex.h b/src/corelib/thread/qmutex.h index 743b86939eb..1c01bdc763a 100644 --- a/src/corelib/thread/qmutex.h +++ b/src/corelib/thread/qmutex.h @@ -88,7 +88,10 @@ private: bool lockInternal(int timeout) QT_MUTEX_LOCK_NOEXCEPT; #endif void unlockInternal() noexcept; +#if QT_CORE_REMOVED_SINCE(6, 9) void destroyInternal(QMutexPrivate *d); +#endif + void destroyInternal(void *d); QBasicAtomicPointer<QMutexPrivate> d_ptr; static inline QMutexPrivate *dummyLocked() { |
