Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
void MainWindowPrivate::showLoadedPlugins()
189
{
190
ScopedDialog<LoadedPluginsDialog> dlg(m_mainWindow);
191
dlg->exec();
192
}
193
194
void MainWindowPrivate::contextMenuFileNew()
195
{
Callers
nothing calls this directly
Calls
1
exec
Method · 0.80
Tested by
no test coverage detected