1
0
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:
Christian Muehlhaeuser
2012-12-03 17:34:47 +01:00
parent 3721ef2975
commit 33fe21d517

View File

@@ -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 );