Github actions test for calibration crash
This commit is contained in:
parent
4ae7b31a48
commit
3f7fb99f58
@ -648,7 +648,7 @@ void Calibration::edit()
|
|||||||
QObject::connect(action, &QAction::triggered, [=](){
|
QObject::connect(action, &QAction::triggered, [=](){
|
||||||
auto newMeas = newMeasurement(t);
|
auto newMeas = newMeasurement(t);
|
||||||
if(newMeas) {
|
if(newMeas) {
|
||||||
measurements.push_back(newMeas);
|
// measurements.push_back(newMeas);
|
||||||
updateMeasurementTable();
|
updateMeasurementTable();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user