contentstorage/caclient/inc/caiconcache.h
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
child 112 dbfb5e38438b
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
    51     void remove(const CaEntry &entry, ChangeType changeType);
    51     void remove(const CaEntry &entry, ChangeType changeType);
    52 
    52 
    53 private:
    53 private:
    54     static QSharedPointer<CaIconCache> mInstance;
    54     static QSharedPointer<CaIconCache> mInstance;
    55 
    55 
    56     QCache<QString,HbIcon> mCache; //own
    56     QCache<QString,HbIcon> mCache;
    57 
    57 
    58     QSharedPointer<CaService> mService;//not own
    58     QSharedPointer<CaService> mService;
    59 
    59 
    60     CaNotifier *mNotifier;//own
    60     CaNotifier *mNotifier;
    61 
    61 
    62     friend class QtSharedPointer::ExternalRefCount<CaIconCache>;
    62     friend class QtSharedPointer::ExternalRefCount<CaIconCache>;
    63 };
    63 };
    64 
    64 
    65 #endif // ICONCACHE_H
    65 #endif // ICONCACHE_H