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

Function WizWaitForThread

src/share/WizMisc.cpp:2399–2409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2397};
2398
2399void WizWaitForThread(QThread* pThread)
2400{
2401 pThread->disconnect();
2402 //
2403 while (pThread->isRunning())
2404 {
2405 SleepThread::msleep(100);
2406 QApplication::processEvents();
2407 }
2408
2409}
2410
2411
2412QString WizGetDefaultTranslatedLocal()

Callers 4

waitForDoneMethod · 0.85
waitForDoneMethod · 0.85
waitForDoneMethod · 0.85
waitForDoneMethod · 0.85

Calls 1

isRunningMethod · 0.80

Tested by

no test coverage detected