MCPcopy Create free account
hub / github.com/KDE/kdevelop / abortAllJobs

Method abortAllJobs

kdevplatform/language/backgroundparser/backgroundparser.cpp:791–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791void BackgroundParser::abortAllJobs()
792{
793 Q_D(BackgroundParser);
794
795 qCDebug(LANGUAGE) << "Aborting all parse jobs";
796
797 d->m_weaver.requestAbort();
798}
799
800void BackgroundParser::suspend()
801{

Callers 2

cleanupMethod · 0.80
initTestCaseMethod · 0.80

Calls 1

requestAbortMethod · 0.80

Tested by 1

initTestCaseMethod · 0.64