From: Bradley T. Hughes Date: Tue, 1 Nov 2011 12:36:00 +0000 (+0100) Subject: Use QAtomicInt::store() instead of operator=(int) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=59c3556a6b794ed0cbfd838d216065f876eb7468;p=konrad%2Fqtdeclarative.git Use QAtomicInt::store() instead of operator=(int) The operator=() is deprecated and will be removed. Change-Id: I5b6d2578d085334ce9e9fb5d01dfb1eca5569e4b Reviewed-by: João Abecasis ---