contentstorage/caclient/inc/caiconcache.h
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
child 112 dbfb5e38438b
--- a/contentstorage/caclient/inc/caiconcache.h	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/inc/caiconcache.h	Fri May 14 16:10:06 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>;
 };