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

Method waitForThread

src/gui/documentviewer/WizDocumentView.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void WizDocumentView::waitForThread()
284{
285 m_editStatusChecker->thread()->quit();
286 m_editStatusSyncThread->waitForDone();
287}
288
289void WizDocumentView::RequestClose(bool force /*= false*/)
290{

Callers

nothing calls this directly

Calls 3

quitMethod · 0.80
threadMethod · 0.80
waitForDoneMethod · 0.45

Tested by

no test coverage detected