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

Method removePlugin

kdevplatform/shell/mainwindow_p.cpp:112–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void MainWindowPrivate::removePlugin( IPlugin *plugin )
113{
114 Q_ASSERT( plugin );
115
116 pluginDestroyed(plugin);
117 disconnect(plugin, &IPlugin::destroyed, this, &MainWindowPrivate::pluginDestroyed);
118
119 m_mainWindow->guiFactory()->removeClient( plugin );
120}
121
122void MainWindowPrivate::updateSourceFormatterGuiClient(bool hasFormatters)
123{

Callers

nothing calls this directly

Calls 1

guiFactoryMethod · 0.80

Tested by

no test coverage detected