contentstorage/caclient/inc/caiconcache.h
changeset 93 82b66994846c
parent 87 9d806967057c
child 112 dbfb5e38438b
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
    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