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

Method addPluginView

kdevplatform/shell/ktexteditorpluginintegration.cpp:722–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722void MainWindow::addPluginView(const QString &id, QObject *view)
723{
724 m_pluginViews.insert(id, view);
725 emit m_interface->pluginViewCreated(id, view);
726}
727
728void MainWindow::removePluginView(const QString &id)
729{

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected