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

Method arguments

kdevplatform/util/commandexecutor.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177QStringList CommandExecutor::arguments() const
178{
179 Q_D(const CommandExecutor);
180
181 return d->m_args;
182}
183
184QString CommandExecutor::workingDirectory() const
185{

Callers 1

catchErrorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected