mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Emit signal when PlayableItem's underlying result changes.
This commit is contained in:
@@ -74,6 +74,9 @@ PlayableItem::PlayableItem( const Tomahawk::result_ptr& result, PlayableItem* pa
|
|||||||
, m_result( result )
|
, m_result( result )
|
||||||
{
|
{
|
||||||
init( parent, row );
|
init( parent, row );
|
||||||
|
|
||||||
|
connect( result.data(), SIGNAL( updated() ),
|
||||||
|
SIGNAL( dataChanged() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user