MCPcopy Create free account
hub / github.com/aarnt/octopi / executeCommandAsNormalUser

Method executeCommandAsNormalUser

src/unixcommand.cpp:1084–1087  ·  view source on GitHub ↗

* Executes the given command using QProcess async technology as a normal user */

Source from the content-addressed store, hash-verified

1082 * Executes the given command using QProcess async technology as a normal user
1083 */
1084void UnixCommand::executeCommandAsNormalUser(const QString &pCommand, QStringList params)
1085{
1086 m_process->start(pCommand, params);
1087}
1088
1089/*
1090 * Puts all Standard output of the member process into a member string

Callers 3

refreshCacheViewMethod · 0.80
doCheckUpdatesMethod · 0.80
doMirrorCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected