| 405 | saveConfig(); |
| 406 | } |
| 407 | bool Backend::providerAuthenticated() const { return m_providerAuthenticated; } |
| 408 | |
| 409 | bool Backend::notificationsEnabled() const { return m_notificationsEnabled; } |
| 410 | void Backend::setNotificationsEnabled(bool enabled) |
nothing calls this directly
no outgoing calls
no test coverage detected