MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / setSyncFolderPath

Method setSyncFolderPath

ui-linux/src/backend.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401void Backend::setProviderPath(const QString &path) { m_providerPath = path; emit settingsChanged(); }
402QString Backend::syncFolderPath() const { return m_syncFolderPath; }
403void Backend::setSyncFolderPath(const QString &path) {
404 m_syncFolderPath = path;
405 saveConfig();
406}
407bool Backend::providerAuthenticated() const { return m_providerAuthenticated; }
408
409bool Backend::notificationsEnabled() const { return m_notificationsEnabled; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected