src/gui/image/qpixmapcache_p.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    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