contentstorage/caclient/inc/caentry_p.h
changeset 73 4bc7b118b3df
parent 60 f62f87b200ec
child 103 b99b84bcd2d1
--- a/contentstorage/caclient/inc/caentry_p.h	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/caclient/inc/caentry_p.h	Fri May 14 16:10:06 2010 +0300
@@ -68,50 +68,22 @@
 
 private:
 
-    /*!
-     * Points to the CaEntry instance that uses
-     * this private implementation.
-     */
     CaEntry *const m_q;
 
-    /*!
-     *
-     */
     int mId;
 
-    /*!
-     *
-     */
     QString mText;
 
-    /*!
-     *
-     */
     QString mDescription;
 
-    /*!
-     *
-     */
     CaIconDescription mIconDescription;
 
-    /*!
-     *
-     */
     EntryFlags mFlags;
 
-    /*!
-     *
-     */
     QString mEntryTypeName;
 
-    /*!
-     *
-     */
     QMap<QString, QString> mAttributes;
 
-    /*!
-     *
-     */
     EntryRole mEntryRole;
 };