1
0
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:
Jeff Mitchell 2011-05-04 18:17:19 -04:00
parent 4638b7c21a
commit 2c8eaef8ff

View File

@ -96,7 +96,7 @@ InfoSystemWorker::init( QWeakPointer< Tomahawk::InfoSystem::InfoSystemCache> cac
);
connect(
this,
SIGNAL( namChanged( QNetworkAccessManger* ) ),
SIGNAL( namChanged( QNetworkAccessManager* ) ),
plugin.data(),
SLOT( namChangedSlot( QNetworkAccessManager* ) )
);