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

Method requestAbort

kdevplatform/language/backgroundparser/parsejob.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void ParseJob::requestAbort()
230{
231 Q_D(ParseJob);
232
233 d->abortRequested = 1;
234}
235
236void ParseJob::abortJob()
237{

Callers 1

abortAllJobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected