Home
last modified time | relevance | path

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

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.cpp2085 QSet<QString> album_key_set; // unique keys in ReshuffleIndices() local
2092 album_key_set << key; in ReshuffleIndices()
2096 QStringList shuffled_album_keys = album_key_set.toList(); in ReshuffleIndices()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.cpp1964 QSet<QString> album_key_set; // unique keys in ReshuffleIndices() local
1971 album_key_set << key; in ReshuffleIndices()
1975 QStringList shuffled_album_keys = album_key_set.values(); in ReshuffleIndices()