MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onSaveError

Method onSaveError

Default/Source/SourceWidget.cpp:1331–1345  ·  view source on GitHub ↗

/////////////////////// Datasaver slots ///////////////////////////////////

Source from the content-addressed store, hash-verified

1329
1330//////////////////////////// Datasaver slots ///////////////////////////////////
1331void
1332SourceWidget::onSaveError(void)
1333{
1334 if (m_dataSaver != nullptr) {
1335 this->uninstallDataSaver();
1336
1337 QMessageBox::warning(
1338 this,
1339 "SigDigger error",
1340 "Capture file write error. Disk full?",
1341 QMessageBox::Ok);
1342
1343 this->setRecordState(false);
1344 }
1345}
1346
1347void
1348SourceWidget::onSaveSwamped(void)

Callers

nothing calls this directly

Calls 2

uninstallDataSaverMethod · 0.95
setRecordStateMethod · 0.95

Tested by

no test coverage detected