| 274 | } |
| 275 | |
| 276 | void ValueWidget::dateTimeFormatChanged(const QString& format) { |
| 277 | CONDITIONAL_LOCK_RETURN; |
| 278 | for (auto* value : m_values) |
| 279 | value->setDateTimeFormat(format); |
| 280 | } |
| 281 | |
| 282 | void ValueWidget::prefixChanged() { |
| 283 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected