| 2397 | }; |
| 2398 | |
| 2399 | void 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 | |
| 2412 | QString WizGetDefaultTranslatedLocal() |
no test coverage detected