MCPcopy Create free account
hub / github.com/Segs/Segs / Settings

Method Settings

Components/Settings.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Settings::Settings()
35{
36 if(!fileExists(getSettingsPath()))
37 qCritical() << "Settings path not defined? This is unpossible!";
38}
39
40void Settings::setSettingsPath(const QString &path)
41{

Callers

nothing calls this directly

Calls 1

fileExistsFunction · 0.85

Tested by

no test coverage detected