| 44 | } |
| 45 | |
| 46 | void WizMobileFileReceiver::waitForDone() |
| 47 | { |
| 48 | m_xmlProcesser->waitForDone(); |
| 49 | exit(); |
| 50 | WizWaitForThread(this); |
| 51 | qDebug() << "Mobile file receiver stoped."; |
| 52 | } |
| 53 | |
| 54 | void WizMobileFileReceiver::readUdpPendingData() |
| 55 | { |
nothing calls this directly
no test coverage detected