MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~ParsingThread

Method ~ParsingThread

kdevplatform/outputview/outputmodel.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 m_thread.setObjectName(QStringLiteral("OutputFilterThread"));
145 }
146 virtual ~ParsingThread()
147 {
148 if (m_thread.isRunning()) {
149 m_thread.quit();
150 m_thread.wait();
151 }
152 }
153 void addWorker(ParseWorker* worker)
154 {
155 if (!m_thread.isRunning()) {

Callers

nothing calls this directly

Calls 3

quitMethod · 0.80
waitMethod · 0.80
isRunningMethod · 0.45

Tested by

no test coverage detected