mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
Fix signal/slot typo
This commit is contained in:
@@ -96,7 +96,7 @@ InfoSystemWorker::init( QWeakPointer< Tomahawk::InfoSystem::InfoSystemCache> cac
|
||||
);
|
||||
connect(
|
||||
this,
|
||||
SIGNAL( namChanged( QNetworkAccessManger* ) ),
|
||||
SIGNAL( namChanged( QNetworkAccessManager* ) ),
|
||||
plugin.data(),
|
||||
SLOT( namChangedSlot( QNetworkAccessManager* ) )
|
||||
);
|
||||
|
Reference in New Issue
Block a user