mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
fix warning / hidden virtual function
This commit is contained in:
parent
898ad5804e
commit
bf009c8854
@ -171,7 +171,7 @@ Collection::station( const QString& guid )
|
||||
}
|
||||
|
||||
QList< query_ptr >
|
||||
Collection::tracks() const
|
||||
Collection::tracks()
|
||||
{
|
||||
return m_tracks;
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ public:
|
||||
virtual QList< Tomahawk::playlist_ptr > playlists() { return m_playlists.values(); }
|
||||
virtual QList< Tomahawk::dynplaylist_ptr > autoPlaylists() { return m_autoplaylists.values(); }
|
||||
virtual QList< Tomahawk::dynplaylist_ptr > stations() { return m_stations.values(); }
|
||||
virtual QList< Tomahawk::query_ptr > tracks() const;
|
||||
virtual QList< Tomahawk::query_ptr > tracks();
|
||||
|
||||
const source_ptr& source() const;
|
||||
unsigned int lastmodified() const { return m_lastmodified; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user