Add a comment stating QMutex::isRecursive should be made const in Qt6
Change-Id: I452b0764790112c59af77bc8d95f403ff37cbc4a Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
parent
321d6dda75
commit
6303307692
@ -77,7 +77,7 @@ public:
|
|||||||
return fastTryLock();
|
return fastTryLock();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isRecursive();
|
bool isRecursive(); //### Qt6: mark const
|
||||||
|
|
||||||
private:
|
private:
|
||||||
inline bool fastTryLock() Q_DECL_NOTHROW {
|
inline bool fastTryLock() Q_DECL_NOTHROW {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user