1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

There's no need for this connection to be Queued any more.

This fixes Listening along for some users.
This commit is contained in:
Teo Mrnjavac
2013-05-01 20:54:02 +02:00
parent 1098294b03
commit ca3b6411ec

View File

@@ -271,7 +271,7 @@ SourceTreeView::setupMenus()
connect( deletePlaylistAction, SIGNAL( triggered() ), SLOT( deletePlaylist() ) );
connect( copyPlaylistAction, SIGNAL( triggered() ), SLOT( copyPlaylistLink() ) );
connect( addToLocalAction, SIGNAL( triggered() ), SLOT( addToLocal() ) );
connect( latchOnAction, SIGNAL( triggered() ), SLOT( latchOnOrCatchUp() ), Qt::QueuedConnection );
connect( latchOnAction, SIGNAL( triggered() ), SLOT( latchOnOrCatchUp() ) );
}