Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
QString 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
74
QString Module::toString() const
75
{
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected