contentstorage/caclient/inc/caiconcache.h
changeset 93 82b66994846c
parent 87 9d806967057c
child 112 dbfb5e38438b
--- a/contentstorage/caclient/inc/caiconcache.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/caclient/inc/caiconcache.h	Fri Apr 30 15:22:08 2010 +0300
@@ -53,11 +53,11 @@
 private:
     static QSharedPointer<CaIconCache> mInstance;
 
-    QCache<QString,HbIcon> mCache; //own
+    QCache<QString,HbIcon> mCache;
 
-    QSharedPointer<CaService> mService;//not own
+    QSharedPointer<CaService> mService;
 
-    CaNotifier *mNotifier;//own
+    CaNotifier *mNotifier;
 
     friend class QtSharedPointer::ExternalRefCount<CaIconCache>;
 };