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

Method executable

plugins/executeplasmoid/plasmoidexecutionjob.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99QString PlasmoidExecutionJob::executable(ILaunchConfiguration*)
100{
101 return QStandardPaths::findExecutable(QStringLiteral("plasmoidviewer"));
102}
103
104QStringList PlasmoidExecutionJob::arguments(ILaunchConfiguration* cfg)
105{

Callers

nothing calls this directly

Calls 1

findExecutableFunction · 0.50

Tested by

no test coverage detected