summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrefcount.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add an internal QRefCount class to QtCoreLars Knoll2011-07-071-0/+51
The class will be used by QString and possibly other container classes to allow for the Data objects to be created at compile time in read-only memory. Change-Id: I9c7538bc97df637cc920e6e5ef23d67a93abac0d Reviewed-on: http://codereview.qt.nokia.com/1216 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>