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

Method setProviderName

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

Source from the content-addressed store, hash-verified

394
395QString Backend::providerName() const { return m_providerName; }
396void Backend::setProviderName(const QString &name) {
397 m_providerName = name;
398 saveConfig();
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected