MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / timestampString

Method timestampString

src/envmodule.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65QString Module::timestampString() const
66{
67 if (!m_timestamp.isValid()) {
68 return "(no timestamp)";
69 }
70
71 return m_timestamp.toString(Qt::DateFormat::ISODate);
72}
73
74QString Module::toString() const
75{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected