equal
deleted
inserted
replaced
20 #define HSIWIDGETPREFERENCESERVICE_H |
20 #define HSIWIDGETPREFERENCESERVICE_H |
21 |
21 |
22 class QString; |
22 class QString; |
23 class HsWidget; |
23 class HsWidget; |
24 |
24 |
25 /** |
25 /*DEPRECATED |
26 * @ingroup group_hswidgetmodel group_widget_api_candidates |
26 * @ingroup group_hswidgetmodel group_widget_api_candidates |
27 * @brief Preference store for widget. |
27 * @brief Preference store for widget. |
28 * |
28 * |
29 * The preference service is a key/value store with both the key and |
29 * The preference service is a key/value store with both the key and |
30 * the value being strings. The widget may store data to be reused |
30 * the value being strings. The widget may store data to be reused |