Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setArguments
Method
setArguments
kdevplatform/util/commandexecutor.cpp:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void CommandExecutor::setArguments(const QStringList& args)
105
{
106
Q_D(CommandExecutor);
107
108
d->m_args = args;
109
}
110
111
void CommandExecutor::setWorkingDirectory(const QString& dir)
112
{
Callers
12
start
Method · 0.45
startProcess
Method · 0.45
PlasmoidExecutionJob
Method · 0.45
start
Method · 0.45
startProcess
Method · 0.45
runProcess
Method · 0.45
defines
Method · 0.45
includes
Method · 0.45
registerDocumentations
Method · 0.45
CMakeServer
Method · 0.45
CMakeCommandsContents
Method · 0.45
startProcess
Method · 0.45
Calls
no outgoing calls
Tested by
1
runProcess
Method · 0.36