contentstorage/caclient/inc/caentry_p.h
changeset 93 82b66994846c
parent 87 9d806967057c
child 98 d2f833ab7940
--- a/contentstorage/caclient/inc/caentry_p.h	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/caclient/inc/caentry_p.h	Fri Apr 30 15:22:08 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;
 };