MCPcopy Create free account
hub / github.com/Robotips/uConfig / ~DataSheetThread

Method ~DataSheetThread

src/uconfig_gui/importer/datasheetthread.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13DataSheetThread::~DataSheetThread()
14{
15 quit();
16 terminate();
17 delete _datasheet;
18}
19
20bool DataSheetThread::open(QString fileName)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected