contentstorage/caclient/src/caiconcache.cpp
changeset 93 82b66994846c
parent 87 9d806967057c
child 98 d2f833ab7940
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
    27 static const QChar separator = '*';
    27 static const QChar separator = '*';
    28 
    28 
    29 QSharedPointer<CaIconCache> CaIconCache::mInstance(0);
    29 QSharedPointer<CaIconCache> CaIconCache::mInstance(0);
    30 
    30 
    31 /*!
    31 /*!
    32  *   \class CaIconCache
    32  \class CaIconCache
    33  *
    33  \brief This class provides icon caching mechanism
    34  *   \brief This class provides icon caching mechanism
    34  Class implements singleton design patern. Use cache() method
    35  *
    35  to get an instance of CaIconCache
    36  *   Class implements singleton design patern. Use cache() method
    36  */
    37  *   to get an instance of CaIconCache
    37 
    38  *
    38 /*!
       
    39  \var CaIconCache::mCache
       
    40  Own.
       
    41  */
       
    42 
       
    43 /*!
       
    44  \var CaIconCache::mService
       
    45  Not own.
       
    46  */
       
    47 
       
    48 /*!
       
    49  \var CaIconCache::mNotifier
       
    50  Own.
    39  */
    51  */
    40 
    52 
    41 /*!
    53 /*!
    42  Returns an instance of CaIconCache
    54  Returns an instance of CaIconCache
    43  \retval CaIconCache instance
    55  \retval CaIconCache instance