From 4a2fd14d70d6209878a34ac5cfb282ba1fe6b0cb Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 28 Jan 2013 12:35:30 +0100 Subject: [PATCH] Fix after borked rebase. --- src/libtomahawk/Artist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/Artist.h b/src/libtomahawk/Artist.h index 03c2ae1c5..0bb5ec001 100644 --- a/src/libtomahawk/Artist.h +++ b/src/libtomahawk/Artist.h @@ -89,6 +89,7 @@ signals: void statsLoaded(); private slots: + void onTracksLoaded( Tomahawk::ModelMode mode, const Tomahawk::collection_ptr& collection ); void onAlbumsFound( const QList& albums, const QVariant& collectionIsNull = QVariant( false ) ); void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output );