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

Method title

plugins/gdb/gdbconfigpage.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77QString GdbConfigPage::title() const
78{
79 return i18nc("@title:tab", "GDB Configuration");
80}
81
82GdbLauncher::GdbLauncher(KDevMI::MIDebuggerPlugin* plugin, IExecutePlugin* execute)
83 : KDevMI::MIDebugLauncher(plugin, execute, std::make_unique<GdbConfigPageFactory>())

Callers 5

addToolFunction · 0.45
clickedMethod · 0.45
toolViewPointerMethod · 0.45
contextMenuExtensionMethod · 0.45
contextMenuEventMethod · 0.45

Calls

no outgoing calls

Tested by 1

toolViewPointerMethod · 0.36