/////////////////////////// Loader thread ///////////////////////////////
| 33 | |
| 34 | //////////////////////////////// Loader thread /////////////////////////////// |
| 35 | InitThread::InitThread(QObject *parent) : QThread(parent) { } |
| 36 | |
| 37 | void |
| 38 | InitThread::run() |
nothing calls this directly
no outgoing calls
no test coverage detected