src/gui/image/qpixmapcache_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
--- a/src/gui/image/qpixmapcache_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/image/qpixmapcache_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -95,6 +95,8 @@
     QPixmapCache::Key key;
 };
 
+inline bool qIsDetached(QPixmapCacheEntry &t) { return t.isDetached(); }
+
 QT_END_NAMESPACE
 
 #endif // QPIXMAPCACHE_P_H