| 281 | } |
| 282 | |
| 283 | void WizDocumentView::waitForThread() |
| 284 | { |
| 285 | m_editStatusChecker->thread()->quit(); |
| 286 | m_editStatusSyncThread->waitForDone(); |
| 287 | } |
| 288 | |
| 289 | void WizDocumentView::RequestClose(bool force /*= false*/) |
| 290 | { |
nothing calls this directly
no test coverage detected