mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* PlayableItem::forceUpdate() forces a repaint by emitting dataChanged().
This commit is contained in:
committed by
Michael Zanetti
parent
2d6b8de76b
commit
db56757bc8
@@ -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(); }
|
||||
|
Reference in New Issue
Block a user