mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* Renamed trackCountChanged() to itemCountChanged() which is technically more correct.
This commit is contained in:
@@ -92,7 +92,7 @@ public slots:
|
|||||||
virtual void setShuffled( bool enabled ) = 0;
|
virtual void setShuffled( bool enabled ) = 0;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void trackCountChanged( unsigned int tracks );
|
void itemCountChanged( unsigned int tracks );
|
||||||
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
|
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
|
||||||
void shuffleModeChanged( bool enabled );
|
void shuffleModeChanged( bool enabled );
|
||||||
void latchModeChanged( Tomahawk::PlaylistModes::LatchMode mode );
|
void latchModeChanged( Tomahawk::PlaylistModes::LatchMode mode );
|
||||||
|
Reference in New Issue
Block a user