1
0
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:
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( connect(
this, this,
SIGNAL( namChanged( QNetworkAccessManger* ) ), SIGNAL( namChanged( QNetworkAccessManager* ) ),
plugin.data(), plugin.data(),
SLOT( namChangedSlot( QNetworkAccessManager* ) ) SLOT( namChangedSlot( QNetworkAccessManager* ) )
); );