MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / applyString

Function applyString

launcher/minecraft/LaunchProfile.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void applyString(const QString& from, QString& to)
59{
60 if (from.isEmpty())
61 return;
62 to = from;
63}
64
65void LaunchProfile::applyMinecraftVersion(const QString& id)
66{

Callers 5

applyMinecraftVersionMethod · 0.85
applyAppletClassMethod · 0.85
applyMainClassMethod · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected