Use QBasicAtomicInt load() and store() instead of implicit casting
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 10 Oct 2011 14:27:10 +0000 (16:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 10 Oct 2011 19:21:50 +0000 (21:21 +0200)
commitc9df7928182b95428639e79cec19629f739b1213
tree067431f6bf494f7e3088d00206a43da64a8729b2
parent70d98314ce9ea60c77af83e2cf7de069e87a2e56
Use QBasicAtomicInt load() and store() instead of implicit casting

The implicit casts will be unavailable in the near future.

This is a follow up to commit 7f8472af8c03296be9e9ce50d8e9b3089eedf2f1,
which didn't catch all usages of the implicit cast and assignment
operator.

Change-Id: If05c343e2851b41e4a351c56328c4406c688fa0d
Reviewed-on: http://codereview.qt-project.org/6351
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/declarative/qml/ftw/qdeclarativerefcount_p.h
src/declarative/qml/qdeclarativetypeloader.cpp
src/declarative/util/qdeclarativexmllistmodel.cpp
src/qtquick1/util/qdeclarativexmllistmodel.cpp