Home
last modified time | relevance | path

Searched refs:DescriptionForSource (Results 1 – 4 of 4) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsong.h144 static QString DescriptionForSource(Source source);
152 QString DescriptionForSource() const { return DescriptionForSource(source()); } in DescriptionForSource() function
H A Dsong.cpp527 QString Song::DescriptionForSource(Source source) { in DescriptionForSource() function in Song
/dports/audio/strawberry/strawberry-1.0.0/src/radios/
H A Dradiochannel.cpp31 song.set_title(Song::DescriptionForSource(source) + " " + name); in ToSong()
H A Dradiomodel.cpp178 item->display_text = Song::DescriptionForSource(channel.source); in AddChannels()