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