mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Proxy isBeingPlayed to the page
This commit is contained in:
@@ -72,6 +72,13 @@ CollectionItem::setSortValue( int value )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool
|
||||||
|
CollectionItem::isBeingPlayed() const
|
||||||
|
{
|
||||||
|
return m_page && m_page->isBeingPlayed();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
CollectionItem::trackCount() const
|
CollectionItem::trackCount() const
|
||||||
{
|
{
|
||||||
|
@@ -35,6 +35,8 @@ public:
|
|||||||
virtual int peerSortValue() const;
|
virtual int peerSortValue() const;
|
||||||
void setSortValue( int value );
|
void setSortValue( int value );
|
||||||
|
|
||||||
|
bool isBeingPlayed() const override;
|
||||||
|
|
||||||
int trackCount() const;
|
int trackCount() const;
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
Reference in New Issue
Block a user