Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
QStringList NativeAppLauncher::supportedModes() const
231
{
232
return QStringList() << QStringLiteral(
"execute"
);
233
}
234
235
KDevelop::LaunchConfigurationPage* NativeAppPageFactory::createWidget(QWidget* parent)
236
{
Callers
11
createEmptyLauncher
Method · 0.45
selectionChanged
Method · 0.45
addLaunchModeItemsForLaunchConfig
Method · 0.45
createConfiguration
Method · 0.45
createEditor
Method · 0.45
launcherForMode
Method · 0.45
launchAs
Method · 0.45
contextMenuExtension
Method · 0.45
main
Function · 0.45
suggestionTriggered
Method · 0.45
createTestJob
Function · 0.45
Calls
1
QStringList
Class · 0.85
Tested by
1
createTestJob
Function · 0.36