Rename QBasicMutex::d to QBasicMutex::d_ptr
authorOlivier Goffart <ogoffart@kde.org>
Fri, 28 Oct 2011 09:51:06 +0000 (11:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 31 Oct 2011 11:14:04 +0000 (12:14 +0100)
commit72257f642944a347b806ac34934d0fb8bc472b1c
treecf7dcd30be1b442e8d8dcc1afc5a0befbfc0d09f
parent3c0a26b79f4ab8a20ac385c1f885ee18156a6555
Rename QBasicMutex::d to QBasicMutex::d_ptr

Because we use d as a local variable.
We used this->d to refer it, but this can be confusing to have twice the same
name

Change-Id: I570aa5f444ada358eb456d6b3d9b8bfa60b10bbf
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