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

Method updateFinishTime

MediaLibrary/episodesmodel.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void EpisodesModel::updateFinishTime(const QModelIndex &index, qint64 nTime)
114{
115 if(!currentAnime || !index.isValid()) return;
116 AnimeWorker::instance()->updateEpTime(currentAnime->name(), currentEps[index.row()].localFile, true, nTime);
117}
118
119QVariant EpisodesModel::data(const QModelIndex &index, int role) const
120{

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
updateEpTimeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected