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

Method registerSettings

launcher/tools/JProfiler.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void JProfilerFactory::registerSettings(SettingsObjectPtr settings)
79{
80 settings->registerSetting("JProfilerPath");
81 settings->registerSetting("JProfilerPort", 42042);
82 globalSettings = settings;
83}
84
85BaseExternalTool *JProfilerFactory::createTool(InstancePtr instance, QObject *parent)
86{

Callers

nothing calls this directly

Calls 1

registerSettingMethod · 0.45

Tested by

no test coverage detected