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

Method pluginDestroyed

kdevplatform/shell/mainwindow_p.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void MainWindowPrivate::pluginDestroyed(QObject* pluginObj)
100{
101 auto* plugin = static_cast<IPlugin*>(pluginObj);
102 KXMLGUIClient* p = m_pluginCustomClients.take(plugin);
103 m_mainWindow->guiFactory()->removeClient( p );
104 delete p;
105}
106
107MainWindowPrivate::~MainWindowPrivate()
108{

Callers

nothing calls this directly

Calls 1

guiFactoryMethod · 0.80

Tested by

no test coverage detected