contentstorage/caclient/src/caicondescription.cpp
changeset 73 4bc7b118b3df
parent 61 8e5041d13c84
child 80 397d00875918
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
    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 {