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