contentstorage/caclient/src/caicondescription.cpp
changeset 93 82b66994846c
parent 88 7f0462e8c3da
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
    57  \endcode
    57  \endcode
    58 
    58 
    59  */
    59  */
    60 
    60 
    61 /*!
    61 /*!
       
    62  \var CaIconDescriptionPrivate::m_q
       
    63  Points to the CaEntry instance that uses this private implementation.
       
    64  */
       
    65 
       
    66 /*!
       
    67  \var CaIconDescriptionPrivate::mId
       
    68  Id.
       
    69  */
       
    70 
       
    71 /*!
    62  Default constructor.
    72  Default constructor.
    63  */
    73  */
    64 CaIconDescription::CaIconDescription() :
    74 CaIconDescription::CaIconDescription() :
    65     m_d(new CaIconDescriptionPrivate(this))
    75     m_d(new CaIconDescriptionPrivate(this))
    66 {
    76 {