| 288 | } |
| 289 | |
| 290 | void InfoElementDock::elementPositionChanged(double pos) { |
| 291 | CONDITIONAL_LOCK_RETURN; |
| 292 | ui->sbPosition->setValue(pos); |
| 293 | ui->dateTimeEditPosition->setMSecsSinceEpochUTC(pos); |
| 294 | } |
| 295 | |
| 296 | void InfoElementDock::elementCurveRemoved(const QString& name) { |
| 297 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected