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

Method syncFolderPath

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

Source from the content-addressed store, hash-verified

400QString Backend::providerPath() const { return m_providerPath; }
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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected