Use QAtomicInt::store() instead of operator=(int)
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 31 Oct 2011 11:35:12 +0000 (12:35 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 Nov 2011 00:51:32 +0000 (01:51 +0100)
commit768bc406f7bef67d9803d96c3974e9723cec477d
tree6e4cecf59107e1df44c748eab8e68700e677be0b
parentd7649245ecfe6fac3a5530cd80ffe461fc2ad488
Use QAtomicInt::store() instead of operator=(int)

... since the latter is now deprecated and will be removed.

Change-Id: I456c1bf93ebf119c028bc4a63f1f8a31f069b83b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/corelib/thread/qmutex.cpp