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

Method TaskModel

TaskFlow/Editor/TaskModel.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace QodeAssist::TaskFlow {
8
9TaskModel::TaskModel(Flow *flow, QObject *parent)
10 : QAbstractListModel(parent)
11 , m_flow(flow)
12{}
13
14int TaskModel::rowCount(const QModelIndex &parent) const
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected