MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / BaseTask

Method BaseTask

TaskFlow/core/BaseTask.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace QodeAssist::TaskFlow {
11
12BaseTask::BaseTask(QObject *parent)
13 : QObject(parent)
14 , m_taskId("unknown" + QUuid::createUuid().toString())
15{}
16
17BaseTask::~BaseTask()
18{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected