MCPcopy Create free account
hub / github.com/IgKh/katvan / setLabels

Method setLabels

shell/katvan_labelsview.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void LabelsModel::setLabels(QList<katvan::typstdriver::DocumentLabel> labels)
43{
44 beginResetModel();
45 d_labels = labels;
46 endResetModel();
47}
48
49int LabelsModel::rowCount(const QModelIndex& parent) const
50{

Callers 2

resetViewMethod · 0.80
labelsUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected