MCPcopy Create free account
hub / github.com/deskflow/deskflow / instance

Method instance

src/lib/common/Settings.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <QStandardPaths>
16
17Settings *Settings::instance()
18{
19 static Settings m;
20 return &m;
21}
22
23void Settings::setSettingsFile(const QString &settingsFile)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected