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

Method supportedModes

plugins/execute/nativeappconfig.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230QStringList NativeAppLauncher::supportedModes() const
231{
232 return QStringList() << QStringLiteral("execute");
233}
234
235KDevelop::LaunchConfigurationPage* NativeAppPageFactory::createWidget(QWidget* parent)
236{

Callers 11

createEmptyLauncherMethod · 0.45
selectionChangedMethod · 0.45
createConfigurationMethod · 0.45
createEditorMethod · 0.45
launcherForModeMethod · 0.45
launchAsMethod · 0.45
contextMenuExtensionMethod · 0.45
mainFunction · 0.45
suggestionTriggeredMethod · 0.45
createTestJobFunction · 0.45

Calls 1

QStringListClass · 0.85

Tested by 1

createTestJobFunction · 0.36