QFont: Fix build with QFONTCACHE_DEBUG
Change-Id: Ifc89af71cdf6a5f9e4114266030cf265042db626 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>bb10
parent
ec4593d6d0
commit
264eeb68b2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue