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

Method Plugin

kdevplatform/shell/ktexteditorpluginintegration.cpp:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735Plugin::Plugin(KTextEditor::Plugin* plugin, QObject* parent, const KPluginMetaData& metaData)
736 : IPlugin({}, parent, metaData)
737 , m_plugin(plugin)
738 , m_tracker(new ObjectListTracker(ObjectListTracker::CleanupWhenDone, this))
739{
740 configureKTextEditorPlugin(metaData.pluginId(), plugin);
741}
742
743Plugin::~Plugin() = default;
744

Callers

nothing calls this directly

Calls 2

pluginIdMethod · 0.80

Tested by

no test coverage detected