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

Method TaskConnectionItem

TaskFlow/Editor/TaskConnectionItem.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace QodeAssist::TaskFlow {
11
12TaskConnectionItem::TaskConnectionItem(QQuickItem *parent)
13 : QQuickItem(parent)
14{
15 setObjectName("TaskConnectionItem");
16}
17
18void TaskConnectionItem::setConnection(TaskConnection *connection)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected