MCPcopy Create free account
hub / github.com/KDE/labplot / setCreationTime

Method setCreationTime

src/backend/core/AbstractAspect.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void AbstractAspect::setCreationTime(const QDateTime& time) {
255 d->m_creation_time = time;
256}
257
258QDateTime AbstractAspect::creationTime() const {
259 return d->m_creation_time;

Callers 3

loadMethod · 0.80
loadFolderMethod · 0.80
handleLooseWindowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected