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

Method replace

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

Source from the content-addressed store, hash-verified

97}
98
99bool TaskCommander::replace(const ReplaceParams &params)
100{
101 if (d->isWorking)
102 return false;
103
104 QMetaObject::invokeMethod(d->srWorker.data(),
105 "replace",
106 Qt::QueuedConnection,
107 Q_ARG(ReplaceParams, params));
108
109 d->isWorking = true;
110 return true;
111}
112
113void TaskCommander::stop()
114{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected