* Executes the given command using QProcess async technology as a normal user */
| 1082 | * Executes the given command using QProcess async technology as a normal user |
| 1083 | */ |
| 1084 | void 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 |
no outgoing calls
no test coverage detected