1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* PlayableItem::forceUpdate() forces a repaint by emitting dataChanged().

This commit is contained in:
Christian Muehlhaeuser
2013-06-12 06:05:09 +02:00
committed by Michael Zanetti
parent 2d6b8de76b
commit db56757bc8

View File

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