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

Method removeAlias

UI/animeinfoeditor.cpp:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void AliasModel::removeAlias(const QModelIndex &index)
217{
218 beginRemoveRows(QModelIndex(), index.row(), index.row());
219 AnimeWorker::instance()->removeAlias(anime, aliasList[index.row()], true);
220 aliasList.removeAt(index.row());
221 endRemoveRows();
222}
223
224QVariant AliasModel::data(const QModelIndex &index, int role) const
225{

Callers 1

addAliasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected