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

Method setValue

src/frontend/widgets/DateTimeSpinBox.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void DateTimeSpinBox::setValue(qint64 increment) {
85 mDateTime = DateTime::dateTime(increment);
86 writeValue();
87}
88
89qint64 DateTimeSpinBox::value() {
90 return DateTime::createValue(mDateTime.year, mDateTime.month, mDateTime.day, mDateTime.hour, mDateTime.minute, mDateTime.second, mDateTime.millisecond);

Callers

nothing calls this directly

Calls 1

dateTimeFunction · 0.85

Tested by

no test coverage detected