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

Method addAlias

UI/animeinfoeditor.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208QModelIndex AliasModel::addAlias()
209{
210 beginInsertRows(QModelIndex(), aliasList.size(), aliasList.size());
211 aliasList.append("");
212 endInsertRows();
213 return index(aliasList.size()-1, 0, QModelIndex());
214}
215
216void AliasModel::removeAlias(const QModelIndex &index)
217{

Callers 2

AnimeInfoEditorMethod · 0.45
setDataMethod · 0.45

Calls 4

sizeMethod · 0.45
appendMethod · 0.45
removeAliasMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected