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

Method setProviderPath

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

Source from the content-addressed store, hash-verified

399}
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected