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

Method patchesDir

launcher/BaseInstaller.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QDirClass · 0.70

Tested by

no test coverage detected