MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / patchesDir

Method patchesDir

launcher/BaseInstaller.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return patchesDir(root).absoluteFilePath(id() + ".json");
57}
58QDir BaseInstaller::patchesDir(const QString &root) const
59{
60 return QDir(root + "/patches/");
61}

Callers

nothing calls this directly

Calls 1

QDirClass · 0.70

Tested by

no test coverage detected