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

Method data

TaskFlow/Editor/TaskConnectionsModel.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19QVariant TaskConnectionsModel::data(const QModelIndex &index, int role) const
20{
21 if (role == TaskConnectionsRoles::TaskConnectionsRole)
22 return QVariant::fromValue(m_flow->connections().at(index.row()));
23 return QVariant();
24}
25
26QHash<int, QByteArray> TaskConnectionsModel::roleNames() const
27{

Callers

nothing calls this directly

Calls 1

connectionsMethod · 0.45

Tested by

no test coverage detected