MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / scheduleSave

Method scheduleSave

launcher/minecraft/PackProfile.cpp:250–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void PackProfile::scheduleSave()
251{
252 if (!d->loaded) {
253 qDebug() << d->m_instance->name() << "|" << "Component list should never save if it didn't successfully load";
254 return;
255 }
256 if (!d->dirty) {
257 d->dirty = true;
258 qDebug() << d->m_instance->name() << "|" << "Component list save is scheduled";
259 }
260 d->m_saveTimer.start();
261}
262
263RuntimeContext PackProfile::runtimeContext()
264{

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected