From: Konstantin Ritt Date: Thu, 11 Oct 2012 22:19:34 +0000 (+0300) Subject: QFont: Fix build with QFONTCACHE_DEBUG X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=264eeb68b2183b2808d255fc37206d3cac7dc91c;p=profile%2Fivi%2Fqtbase.git QFont: Fix build with QFONTCACHE_DEBUG Change-Id: Ifc89af71cdf6a5f9e4114266030cf265042db626 Reviewed-by: Marc Mutz Reviewed-by: Konstantin Ritt --- diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index 65368fd..a2132f0 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -2768,7 +2768,7 @@ void QFontCache::timerEvent(QTimerEvent *) end = engineDataCache.constEnd(); for (; it != end; ++it) { #ifdef QFONTCACHE_DEBUG - FC_DEBUG(" %p: ref %2d", it.value(), int(it.value()->ref)); + FC_DEBUG(" %p: ref %2d", it.value(), int(it.value()->ref.load())); #endif // QFONTCACHE_DEBUG