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

Method setTime

launcher/meta/Version.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void Meta::Version::setTime(const qint64 time)
109{
110 m_time = time;
111 emit timeChanged();
112}
113
114void Meta::Version::setRequires(const Meta::RequireSet &required, const Meta::RequireSet &conflicts)
115{

Callers 1

parseCommonVersionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected