MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / stop

Method stop

src/plugins/find/maincontroller/task/taskcommander.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void TaskCommander::stop()
114{
115 metaObject()->invokeMethod(d->srWorker.data(), &SearchReplaceWorker::stop);
116 d->isWorking = false;
117}
118
119void TaskCommander::deleteSelf()
120{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected