* Set the persistent storage where the key value pair shall be read/write. * * @param[in] pref Persistent storage */
| 86 | * @param[in] pref Persistent storage |
| 87 | */ |
| 88 | void setPersistentStorage(Preferences& pref) |
| 89 | { |
| 90 | m_preferences = &pref; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Get value type. |