QRecursiveMutexPrivate should not inherit from QMutexPrivate
authorOlivier Goffart <ogoffart@kde.org>
Thu, 20 Oct 2011 15:11:18 +0000 (17:11 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 31 Oct 2011 11:16:11 +0000 (12:16 +0100)
commit73b682d816ec12afbf8064a44e462dd89e4c38df
tree667bc44e7fce3b618b2ceb3e70b7d087f7bff77b
parent72257f642944a347b806ac34934d0fb8bc472b1c
QRecursiveMutexPrivate should not inherit from QMutexPrivate

QMutexPrivate takes more memory than necessary, and also initialize
platform specific ressources.

Change-Id: I70be1b89b1c21499645785ae47693a6b2514e28b
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/thread/qmutex.cpp
src/corelib/thread/qmutex.h
src/corelib/thread/qmutex_linux.cpp
src/corelib/thread/qmutex_mac.cpp
src/corelib/thread/qmutex_p.h
src/corelib/thread/qmutex_unix.cpp
src/corelib/thread/qmutex_win.cpp