1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

* Added indexOfQuery to PlaylistInterface.

This commit is contained in:
Christian Muehlhaeuser 2012-11-16 10:45:58 +01:00
parent 35fbb62274
commit 76bda560a2

View File

@ -55,6 +55,7 @@ public:
virtual Tomahawk::query_ptr itemAt( unsigned int position ) const = 0;
virtual int indexOfResult( const Tomahawk::result_ptr& result ) const = 0;
virtual int indexOfQuery( const Tomahawk::query_ptr& query ) const = 0;
virtual PlaylistModes::RepeatMode repeatMode() const = 0;