Home
last modified time | relevance | path

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

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.h152 static const QRgb kInvalidSongColor; variable
H A Dplaylist.cpp84 const QRgb Playlist::kInvalidSongColor = qRgb(0xC0, 0xC0, 0xC0); member in Playlist
2223 item->SetForegroundColor(kInvalidSongPriority, kInvalidSongColor); in InvalidateDeletedSongs()
2325 current->SetForegroundColor(kInvalidSongPriority, kInvalidSongColor); in ApplyValidityOnCurrentSong()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.h163 static const QRgb kInvalidSongColor;
H A Dplaylist.cpp107 const QRgb Playlist::kInvalidSongColor = qRgb(0xC0, 0xC0, 0xC0); member in Playlist
2129 item->SetForegroundColor(kInvalidSongPriority, kInvalidSongColor); in InvalidateDeletedSongs()
2254 current->SetForegroundColor(kInvalidSongPriority, kInvalidSongColor); in ApplyValidityOnCurrentSong()