Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
void AbstractAspect::setCreationTime(const QDateTime& time) {
255
d->m_creation_time = time;
256
}
257
258
QDateTime AbstractAspect::creationTime() const {
259
return d->m_creation_time;
Callers
3
load
Method · 0.80
loadFolder
Method · 0.80
handleLooseWindows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected