MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / resolve

Method resolve

src/settings.cpp:1639–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639QString PathSettings::resolve(const QString& path, const QString& baseDir)
1640{
1641 QString s = path;
1642 s.replace(BaseDirVariable, baseDir);
1643 return s;
1644}
1645
1646QString PathSettings::makeDefaultPath(const QString dirName)
1647{

Callers 1

resolveFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected