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

Method MIDebuggerPlugin

plugins/debuggercommon/midebuggerplugin.cpp:102–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102MIDebuggerPlugin::MIDebuggerPlugin(const QString& componentName, const QString& displayName, QObject* parent,
103 const KPluginMetaData& metaData)
104 : KDevelop::IPlugin(componentName, parent, metaData)
105 , m_displayName(displayName)
106{
107 core()->debugController()->initializeUi();
108
109 if (qobject_cast<QGuiApplication*>(QCoreApplication::instance())) { // For our guiless test
110 setupActions();
111 }
112 setupDBus();
113}
114
115void MIDebuggerPlugin::setupActions()
116{

Callers

nothing calls this directly

Calls 2

initializeUiMethod · 0.80
debugControllerMethod · 0.80

Tested by

no test coverage detected