MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / filename

Method filename

launcher/BaseInstaller.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QString BaseInstaller::filename(const QString& root) const
50{
51 return patchesDir(root).absoluteFilePath(id() + ".json");
52}
53QDir BaseInstaller::patchesDir(const QString& root) const
54{
55 return QDir(root + "/patches/");

Callers

nothing calls this directly

Calls 1

idFunction · 0.50

Tested by

no test coverage detected