MCPcopy Create free account
hub / github.com/IENT/YUView / StatisticsFileBase

Method StatisticsFileBase

YUViewLib/src/statistics/StatisticsFileBase.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37
38StatisticsFileBase::StatisticsFileBase(const QString &filename)
39{
40 this->file.openFile(filename);
41 if (!this->file.isOk())
42 {
43 this->errorMessage = "Error opening file " + filename;
44 this->error = true;
45 }
46}
47
48StatisticsFileBase::~StatisticsFileBase() { this->abortParsingDestroy = true; }
49

Callers

nothing calls this directly

Calls 2

isOkMethod · 0.80
openFileMethod · 0.45

Tested by

no test coverage detected