From 888bfca6f56339668941daae2fd8fb861dacc479 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 3 Sep 2013 12:14:47 +0200 Subject: [PATCH] * Forgot to update Track header for last commit. --- src/libtomahawk/Track.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/Track.h b/src/libtomahawk/Track.h index b3415d936..9e5857643 100644 --- a/src/libtomahawk/Track.h +++ b/src/libtomahawk/Track.h @@ -108,6 +108,7 @@ public: void loadSocialActions(); QList< Tomahawk::SocialAction > allSocialActions() const; QString socialActionDescription( const QString& action, DescriptionMode mode ) const; + QList< QPixmap > socialActionPixmaps( const QString& action, unsigned int height ) const; QList similarTracks() const; QStringList lyrics() const;