1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

How about these?

This commit is contained in:
Teo Mrnjavac 2013-01-23 18:14:16 +01:00
parent 3ee8555db7
commit db60026a64

View File

@ -75,6 +75,10 @@ public:
virtual QList< Tomahawk::dynplaylist_ptr > autoPlaylists() { return m_autoplaylists.values(); }
virtual QList< Tomahawk::dynplaylist_ptr > stations() { return m_stations.values(); }
virtual void artists() = 0;
virtual void albums( const Tomahawk::artist_ptr& artist ) = 0;
virtual void tracks( const Tomahawk::artist_ptr& artist, const Tomahawk::album_ptr& album ) = 0;
const source_ptr& source() const;
unsigned int lastmodified() const { return m_lastmodified; }