Hi,
Can we use a mutex pointer inside QMutexLocker.For example:-
MyClass.h
MyClass.cpp
Qt Code:
void myFunction() const { ...... }To copy to clipboard, switch view to plain text mode
Is it right way to use like this because the editor shows locker as unused variable,this happens only when i use mutex variable as Pointer.So is it wrong.I have attached image showing the editor.
Bookmarks