Home
last modified time | relevance | path

Searched refs:artistValue (Results 1 – 2 of 2) sorted by relevance

/dports/audio/elisa/elisa-21.12.3/src/models/
H A Dgridviewproxymodel.cpp31 const auto &artistValue = sourceModel()->data(currentIndex, DataTypes::ArtistRole).toString(); in filterAcceptsRow() local
52 if (mFilterExpression.match(artistValue.normalized(QString::NormalizationForm_KC)).hasMatch()) { in filterAcceptsRow()
/dports/audio/elisa/elisa-21.12.3/src/
H A Dmanageheaderbar.cpp165 auto artistValue = mCurrentTrack.data(mArtistRole); in artist() local
167 if (!artistValue.isValid()) { in artist()
171 return artistValue; in artist()