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

Method roleNames

TaskFlow/Editor/TaskModel.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QHash<int, QByteArray> TaskModel::roleNames() const
37{
38 QHash<int, QByteArray> roles;
39 roles[TaskRoles::TaskIdRole] = "taskId";
40 roles[TaskRoles::TaskDataRole] = "taskData";
41 return roles;
42}
43
44} // namespace QodeAssist::TaskFlow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected