diff options
Diffstat (limited to 'src/corelib/thread/qmutex.h')
| -rw-r--r-- | src/corelib/thread/qmutex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/thread/qmutex.h b/src/corelib/thread/qmutex.h index 8ac6088c129..c1c87100e69 100644 --- a/src/corelib/thread/qmutex.h +++ b/src/corelib/thread/qmutex.h @@ -94,8 +94,6 @@ public: // Lockable concept bool try_lock() noexcept { return tryLock(); } - - bool isRecursive() noexcept; //### Qt6: remove me bool isRecursive() const noexcept; private: |
