MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotStartByType

Method slotStartByType

App/Client/Recent/FrmRecent.cpp:274–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void CFrmRecent::slotStartByType()
275{
276 qDebug(log) << Q_FUNC_INFO;
277 auto m = m_pMenuNew->actions();
278 foreach(auto a, m) {
279 a->deleteLater();
280 }
281 foreach (auto a, m_MenuStartByType) {
282 a->deleteLater();
283 }
284 m_pMenuNew->clear();
285 m_MenuStartByType.clear();
286 m_pManager->EnumPlugins(this);
287}
288
289int CFrmRecent::onProcess(const QString &id, CPlugin *pPlugin)
290{

Callers

nothing calls this directly

Calls 1

EnumPluginsMethod · 0.80

Tested by

no test coverage detected