homescreensrv_plat/hswidgetmodel_api/hsipreferencestore.h
changeset 103 b99b84bcd2d1
parent 60 f62f87b200ec
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    16 */
    16 */
    17 
    17 
    18 #ifndef HSIPREFERENCESTORE_H
    18 #ifndef HSIPREFERENCESTORE_H
    19 #define HSIPREFERENCESTORE_H
    19 #define HSIPREFERENCESTORE_H
    20 
    20 
    21 
       
    22 class QString;
    21 class QString;
    23 
    22 
    24 /*!
    23 
    25     \ingroup group_hscontentmodel group_widget_api_candidates
    24 /*DEPRECATED
    26     \class IHsPreferenceStore
    25     \class IHsPreferenceStore
    27     \brief Interface class for preference store.
    26     \brief Interface class for preference store.
    28 
    27 
    29     The preference store is a key/value store with both the key and
    28     The preference store is a key/value store with both the key and
    30     the value being strings. The widget may store data to be reused
    29     the value being strings. The widget may store data to be reused
    72 */
    71 */
    73     virtual bool preferenceForKey(int id, const QString &key, QString &value) = 0;
    72     virtual bool preferenceForKey(int id, const QString &key, QString &value) = 0;
    74 
    73 
    75 };
    74 };
    76 
    75 
    77 
       
    78 
       
    79 
       
    80 #endif
    76 #endif