mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* We can rely on stateChanged() signal for updating a source's sidebar info now.
This commit is contained in:
parent
f57c0c5b74
commit
1df157976a
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user