MCPcopy Create free account
hub / github.com/KDE/konsole / ShellCommand

Method ShellCommand

src/ShellCommand.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using Konsole::ShellCommand;
14
15ShellCommand::ShellCommand(const QString &aCommand)
16 : _arguments(KShell::splitArgs(aCommand))
17{
18}
19
20ShellCommand::ShellCommand(const QString &aCommand, const QStringList &aArguments)
21 : _arguments(aArguments)

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected