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:
parent
35fbb62274
commit
76bda560a2
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user