mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* We can rely on stateChanged() signal for updating a source's sidebar info now.
This commit is contained in:
@@ -113,7 +113,6 @@ SourceItem::SourceItem( SourcesModel* mdl, SourceTreeItem* parent, const Tomahaw
|
||||
|
||||
connect( source.data(), SIGNAL( stats( QVariantMap ) ), SIGNAL( updated() ) );
|
||||
connect( source.data(), SIGNAL( syncedWithDatabase() ), SIGNAL( updated() ) );
|
||||
connect( source.data(), SIGNAL( playbackStarted( Tomahawk::query_ptr ) ), SIGNAL( updated() ) );
|
||||
connect( source.data(), SIGNAL( stateChanged() ), SIGNAL( updated() ) );
|
||||
connect( source.data(), SIGNAL( offline() ), SIGNAL( updated() ) );
|
||||
connect( source.data(), SIGNAL( online() ), SIGNAL( updated() ) );
|
||||
|
Reference in New Issue
Block a user