Multi diag tools
|
Translate QProcess errors to Mdt::Error. More...
#include <ErrorQProcess.h>
Static Public Member Functions | |
static Mdt::Error | fromQProcess (const QProcess &process, const QString &file, int line, const QString &className, const QString &functionName) |
Get a Mdt::Error from last error in process. More... | |
static Mdt::Error | fromQProcess (const QProcess &process, const QString &file, int line, const QObject *const obj, const QString &functionName) |
Get a Mdt::Error from last error in process. More... | |
Translate QProcess errors to Mdt::Error.
Definition at line 55 of file ErrorQProcess.h.
|
static |
Get a Mdt::Error from last error in process.
Definition at line 44 of file ErrorQProcess.cpp.
|
static |
Get a Mdt::Error from last error in process.
Definition at line 55 of file ErrorQProcess.cpp.