From 33fe21d517000ffadf75751f17e31bf4100a2d9d Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 3 Dec 2012 17:34:47 +0100 Subject: [PATCH] * Renamed trackCountChanged() to itemCountChanged() which is technically more correct. --- src/libtomahawk/PlaylistInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/PlaylistInterface.h b/src/libtomahawk/PlaylistInterface.h index 8475b58c5..8c557f8c3 100644 --- a/src/libtomahawk/PlaylistInterface.h +++ b/src/libtomahawk/PlaylistInterface.h @@ -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 );