| 394 | |
| 395 | QString Backend::providerName() const { return m_providerName; } |
| 396 | void Backend::setProviderName(const QString &name) { |
| 397 | m_providerName = name; |
| 398 | saveConfig(); |
| 399 | } |
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected