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

Method loadReferenceFile

re/filecomparatorwindow.cpp:96–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void FileComparatorWindow::loadReferenceFile()
97{
98 //secondFileFrames.clear();
99 QString resultingFileName;
100
101 qApp->processEvents();
102
103 if (FrameFileIO::loadFrameFile(resultingFileName, &referenceFrames))
104 {
105 ui->lblRefFrames->setText("Loaded frames: " + QString::number(referenceFrames.length()));
106 if (interestedFrames.count() > 0 && referenceFrames.count() > 0) calculateDetails();
107 }
108}
109
110void FileComparatorWindow::clearReference()
111{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected