mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-20 07:30:48 +01:00
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, [=](){
|
||||
auto newMeas = newMeasurement(t);
|
||||
if(newMeas) {
|
||||
measurements.push_back(newMeas);
|
||||
// measurements.push_back(newMeas);
|
||||
updateMeasurementTable();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue