MCPcopy Create free account
hub / github.com/MultiMC/Launcher / filename

Method filename

launcher/BaseInstaller.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

createModdedJarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected