src/gui/image/qpixmapcache_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    93     }
    93     }
    94     ~QPixmapCacheEntry();
    94     ~QPixmapCacheEntry();
    95     QPixmapCache::Key key;
    95     QPixmapCache::Key key;
    96 };
    96 };
    97 
    97 
       
    98 inline bool qIsDetached(QPixmapCacheEntry &t) { return t.isDetached(); }
       
    99 
    98 QT_END_NAMESPACE
   100 QT_END_NAMESPACE
    99 
   101 
   100 #endif // QPIXMAPCACHE_P_H
   102 #endif // QPIXMAPCACHE_P_H