MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / waitForDone

Method waitForDone

src/WizMobileFileReceiver.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

WizWaitForThreadFunction · 0.85

Tested by

no test coverage detected