| 400 | QString Backend::providerPath() const { return m_providerPath; } |
| 401 | void Backend::setProviderPath(const QString &path) { m_providerPath = path; emit settingsChanged(); } |
| 402 | QString Backend::syncFolderPath() const { return m_syncFolderPath; } |
| 403 | void Backend::setSyncFolderPath(const QString &path) { |
| 404 | m_syncFolderPath = path; |
| 405 | saveConfig(); |
nothing calls this directly
no outgoing calls
no test coverage detected