MCPcopy Create free account
hub / github.com/davy7125/polyphone / AbstractInputParser

Method AbstractInputParser

sources/core/input/abstractinputparser.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38AbstractInputParser::AbstractInputParser() : QObject(),
39 _futureWatcher(new QFutureWatcher<void>()),
40 _sm(nullptr),
41 _fileName(""),
42 _isSuccess(false),
43 _error(tr("not processed yet")),
44 _sf2Index(-1)
45{
46 connect(_futureWatcher, SIGNAL(finished()), this, SIGNAL(finished()), Qt::QueuedConnection);
47}
48
49AbstractInputParser::~AbstractInputParser()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected