diff --git a/src/libtomahawk/playlist/PlayableItem.h b/src/libtomahawk/playlist/PlayableItem.h index 41f769740..a22c948fb 100644 --- a/src/libtomahawk/playlist/PlayableItem.h +++ b/src/libtomahawk/playlist/PlayableItem.h @@ -56,6 +56,7 @@ public: void setPlaybackLog( const Tomahawk::PlaybackLog& log ); PlayableItem* parent() const { return m_parent; } + void forceUpdate() { emit dataChanged(); } bool isPlaying() const { return m_isPlaying; } void setIsPlaying( bool b ) { m_isPlaying = b; emit dataChanged(); }