--- a/src/gui/image/qpixmapcache_p.h Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/image/qpixmapcache_p.h Thu Jul 22 16:41:55 2010 +0100
@@ -95,6 +95,8 @@
QPixmapCache::Key key;
};
+inline bool qIsDetached(QPixmapCacheEntry &t) { return t.isDetached(); }
+
QT_END_NAMESPACE
#endif // QPIXMAPCACHE_P_H