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

Method setLastLaunch

launcher/BaseInstance.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void BaseInstance::setLastLaunch(qint64 val)
315{
316 //FIXME: if no change, do not set. setting involves saving a file.
317 m_settings->set("lastLaunchTime", val);
318 emit propertiesChanged(this);
319}
320
321void BaseInstance::setNotes(QString val)
322{

Callers 2

on_stateMethod · 0.80
on_stateMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected