MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / handleSaveFile

Method handleSaveFile

mainwindow.cpp:605–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605void MainWindow::handleSaveFile()
606{
607 QString filename;
608
609 if (FrameFileIO::saveFrameFile(filename, model->getListReference()))
610 {
611 loadedFileName = filename;
612 updateFileStatus();
613 }
614}
615
616void MainWindow::handleContinousLogging()
617{

Callers

nothing calls this directly

Calls 1

getListReferenceMethod · 0.80

Tested by

no test coverage detected