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

Method setSyncPlaytime

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

Source from the content-addressed store, hash-verified

433
434bool Backend::syncPlaytime() const { return m_syncPlaytime; }
435void Backend::setSyncPlaytime(bool enabled)
436{
437 if (m_syncPlaytime == enabled) return;
438 m_syncPlaytime = enabled;
439 saveConfig();
440}
441
442QVariantList Backend::getManagedApps()
443{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected