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

Method getSettingsTplPath

Components/Settings.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91QString Settings::getSettingsTplPath()
92{
93 QDir curdir(getSEGSDir()); // Get the SEGS working directory
94 if(!fileExists(curdir.absolutePath() + QDir::separator() + s_default_settings_path))
95 qWarning() << "Cannot find" << s_default_settings_path;
96
97 return curdir.absolutePath() + QDir::separator() + s_default_settings_path;
98}
99
100QString Settings::getTemplateDirPath()
101{

Callers

nothing calls this directly

Calls 1

fileExistsFunction · 0.85

Tested by

no test coverage detected