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

Method removeStaff

UI/animeinfoeditor.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void StaffModel::removeStaff(const QModelIndex &index)
289{
290 beginRemoveRows(QModelIndex(), index.row(), index.row());
291 staffs.removeAt(index.row());
292 emit staffChanged();
293 endRemoveRows();
294}
295
296QVariant StaffModel::headerData(int section, Qt::Orientation orientation, int role) const
297{

Callers 1

AnimeInfoEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected