Don't use RefCount int operators
authorJoão Abecasis <joao.abecasis@nokia.com>
Thu, 12 Jan 2012 14:39:17 +0000 (15:39 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jan 2012 16:40:18 +0000 (17:40 +0100)
commit3249aab539b37a98d75329598bd6838082a8158e
treef70fce858cc08c4a82338d32a78069f07eea8a2b
parentcc568ec342161edee01ecae74ac11bb4c2da46b7
Don't use RefCount int operators

, as those are going away.

The comment in QString/QByteArray::squeeze  about shared_null was updated as it
also affects other static data, such as that generated by QStringLiteral and
QByteArrayLiteral.

Change-Id: I26a757d29db62b1e3566a1f7c8d4030918ed8a89
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/tools/qbytearray.cpp
src/corelib/tools/qbytearray.h
src/corelib/tools/qhash.h
src/corelib/tools/qlinkedlist.h
src/corelib/tools/qlist.cpp
src/corelib/tools/qlist.h
src/corelib/tools/qmap.h
src/corelib/tools/qstring.cpp
src/corelib/tools/qstring.h
tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp