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

Function applyString

launcher/minecraft/LaunchProfile.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static void applyString(const QString & from, QString & to)
22{
23 if(from.isEmpty())
24 return;
25 to = from;
26}
27
28void LaunchProfile::applyMinecraftVersion(const QString& id)
29{

Callers 5

applyMinecraftVersionMethod · 0.85
applyAppletClassMethod · 0.85
applyMainClassMethod · 0.85

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected