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

Method slotStartByType

App/Client/mainwindow.cpp:1482–1495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480}
1481
1482void MainWindow::slotStartByType()
1483{
1484 qDebug(log) << Q_FUNC_INFO;
1485 auto m = ui->menuStart->actions();
1486 foreach(auto a, m) {
1487 a->deleteLater();
1488 }
1489 foreach (auto a, m_MenuStartByType) {
1490 a->deleteLater();
1491 }
1492 ui->menuStart->clear();
1493 m_MenuStartByType.clear();
1494 m_Manager.EnumPlugins(this);
1495}
1496
1497int MainWindow::onProcess(const QString &id, CPlugin *pPlugin)
1498{

Callers

nothing calls this directly

Calls 1

EnumPluginsMethod · 0.80

Tested by

no test coverage detected