diff options
| author | Arno <arno@disconnect.de> | 2017-03-04 07:37:14 +0100 |
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2017-03-04 07:37:14 +0100 |
| commit | 171c5c661b40cfec59719ef27db3446010d67ad5 (patch) | |
| tree | 9f6d4a8b9db5c865163584e01554af06cd72043b /beetplayer.qrc | |
| parent | 078d126c87e3f8fb811dce8a0dfb1fb2fcf83d93 (diff) | |
| download | BeetPlayer-171c5c661b40cfec59719ef27db3446010d67ad5.tar.gz BeetPlayer-171c5c661b40cfec59719ef27db3446010d67ad5.tar.bz2 BeetPlayer-171c5c661b40cfec59719ef27db3446010d67ad5.zip | |
Change artwork
Add icons for genres, songs, albums and artists. As it turns out, you
really should use the copy constructor of QIcon. Speeds up things
considerably!
Diffstat (limited to 'beetplayer.qrc')
| -rw-r--r-- | beetplayer.qrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/beetplayer.qrc b/beetplayer.qrc index c3b4f0d..56a1001 100644 --- a/beetplayer.qrc +++ b/beetplayer.qrc @@ -14,5 +14,9 @@ <file>mute.png</file> <file>previous.png</file> <file>next.png</file> + <file>album.png</file> + <file>artist.png</file> + <file>song.png</file> + <file>genre.png</file> </qresource> </RCC> |
