R2Task
-
class R2Task : public QObject
Public Types
-
using Ptr = QSharedPointer<R2Task>
Public Functions
-
explicit R2Task(const QString &cmd, bool transient = true)
-
~R2Task()
-
void startTask()
-
void breakTask()
-
void joinTask()
-
QString getResult()
-
QJsonDocument getResultJson()
-
const char *getResultRaw()