* Get value. * * @return Value */
| 113 | * @return Value |
| 114 | */ |
| 115 | int32_t getValue() const final |
| 116 | { |
| 117 | return m_preferences->getInt(m_key, m_defValue); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Set value. |
nothing calls this directly
no outgoing calls
no test coverage detected