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

Method start

plugins/executeplasmoid/plasmoidexecutionjob.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60void PlasmoidExecutionJob::start()
61{
62 startOutput();
63 model()->appendLine(m_process->workingDirectory() + QLatin1String("> ") + m_process->command() + QLatin1Char(' ') + m_process->arguments().join(QLatin1Char(' ')));
64 m_process->start();
65}
66
67bool PlasmoidExecutionJob::doKill()
68{

Callers

nothing calls this directly

Calls 6

modelFunction · 0.85
joinMethod · 0.80
appendLineMethod · 0.45
workingDirectoryMethod · 0.45
commandMethod · 0.45
argumentsMethod · 0.45

Tested by

no test coverage detected