MCPcopy Create free account
hub / github.com/KDE/kdevelop / showLoadedPlugins

Method showLoadedPlugins

kdevplatform/shell/mainwindow_actions.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void MainWindowPrivate::showLoadedPlugins()
189{
190 ScopedDialog<LoadedPluginsDialog> dlg(m_mainWindow);
191 dlg->exec();
192}
193
194void MainWindowPrivate::contextMenuFileNew()
195{

Callers

nothing calls this directly

Calls 1

execMethod · 0.80

Tested by

no test coverage detected