mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 08:40:40 +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;
|
||||
|
||||
signals:
|
||||
void trackCountChanged( unsigned int tracks );
|
||||
void itemCountChanged( unsigned int tracks );
|
||||
void repeatModeChanged( Tomahawk::PlaylistModes::RepeatMode mode );
|
||||
void shuffleModeChanged( bool enabled );
|
||||
void latchModeChanged( Tomahawk::PlaylistModes::LatchMode mode );
|
||||
|
Reference in New Issue
Block a user