MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / addStaff

Method addStaff

UI/animeinfoeditor.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280QModelIndex StaffModel::addStaff()
281{
282 beginInsertRows(QModelIndex(), staffs.size(), staffs.size());
283 staffs.append(QPair<QString, QString>("", ""));
284 endInsertRows();
285 return index(staffs.size()-1, 0, QModelIndex());
286}
287
288void StaffModel::removeStaff(const QModelIndex &index)
289{

Callers 1

AnimeInfoEditorMethod · 0.80

Calls 2

sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected