MCPcopy Create free account
hub / github.com/IJHack/QtPass / execute

Method execute

src/executor.cpp:111–114  ·  view source on GitHub ↗

* @brief Executor::execute execute an app * @param id * @param app * @param args * @param readStdout * @param readStderr */

Source from the content-addressed store, hash-verified

109 * @param readStderr
110 */
111void Executor::execute(int id, const QString &app, const QStringList &args,
112 bool readStdout, bool readStderr) {
113 execute(id, QString(), app, args, QString(), readStdout, readStderr);
114}
115
116/**
117 * @brief Executor::execute executes an app from a workDir

Callers 1

executeWrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected