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

Method dateTimeFormatChanged

src/frontend/widgets/ValueWidget.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void ValueWidget::dateTimeFormatChanged(const QString& format) {
277 CONDITIONAL_LOCK_RETURN;
278 for (auto* value : m_values)
279 value->setDateTimeFormat(format);
280}
281
282void ValueWidget::prefixChanged() {
283 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setDateTimeFormatMethod · 0.45

Tested by

no test coverage detected