mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
Fix signal/slot typo
This commit is contained in:
parent
4638b7c21a
commit
2c8eaef8ff
@ -96,7 +96,7 @@ InfoSystemWorker::init( QWeakPointer< Tomahawk::InfoSystem::InfoSystemCache> cac
|
||||
);
|
||||
connect(
|
||||
this,
|
||||
SIGNAL( namChanged( QNetworkAccessManger* ) ),
|
||||
SIGNAL( namChanged( QNetworkAccessManager* ) ),
|
||||
plugin.data(),
|
||||
SLOT( namChangedSlot( QNetworkAccessManager* ) )
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user