mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +02:00
Added TomahawkUtils::Queue enum.
This commit is contained in:
@@ -96,6 +96,7 @@ namespace TomahawkUtils
|
||||
NewReleases,
|
||||
NewAdditions,
|
||||
RecentlyPlayed,
|
||||
Queue,
|
||||
AutomaticPlaylist,
|
||||
Charts,
|
||||
Station,
|
||||
|
@@ -764,6 +764,9 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/drop-all-songs.svg", size );
|
||||
break;
|
||||
|
||||
case Queue:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/queue.svg", size );
|
||||
break;
|
||||
case Inbox:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", size );
|
||||
break;
|
||||
|
Reference in New Issue
Block a user