MCPcopy Create free account
hub / github.com/KDAB/GammaRay / updateProcesses

Method updateProcesses

launcher/ui/attachdialog.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void AttachDialog::updateProcesses()
145{
146 auto *watcher = new QFutureWatcher<ProcDataList>(this);
147 connect(watcher, &QFutureWatcherBase::finished,
148 this, &AttachDialog::updateProcessesFinished);
149 watcher->setFuture(QtConcurrent::run(processList, m_model->processes()));
150}
151
152void AttachDialog::updateProcessesFinished()
153{

Callers

nothing calls this directly

Calls 1

processesMethod · 0.80

Tested by

no test coverage detected