16 static QByteArray
executeLocal(
const QString& command, QByteArray* error =
nullptr);
17 static QByteArray
executeRemote(
const QString& host,
const QString& command, QByteArray* error =
nullptr);
20 static QByteArray execute(
const QString& program,
const QStringList& args, QByteArray* error);
#define XXCORE_DECLSPEC
Definition XXCoreExportDef.h:11
execute shell commands locally or remotely via SSH
Definition XXShellClient.h:14
static QByteArray executeLocal(const QString &command, QByteArray *error=nullptr)
static QByteArray executeRemote(const QString &host, const QString &command, QByteArray *error=nullptr)
Definition XXPopulatedAbstract.h:11