MCPcopy Create free account
hub / github.com/QNapi/qnapi / GetThread

Method GetThread

gui/src/forms/frmprogress.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239GetThread::GetThread()
240 : langBackupPassed(false), config(LibQNapi::loadConfig()) {
241 connect(this, SIGNAL(criticalError(const QString &)), this,
242 SLOT(setCriticalMessage(const QString &)));
243}
244
245void GetThread::subtitlesSelected(int idx) {
246 selIdx = idx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected