1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 08:04:25 +02:00

Remove all the QNAM-fuckery, since echonest and liblastfm are probably

good now.

(Note: will be pushing the change to liblastfm to libechonest as well)
This commit is contained in:
Jeff Mitchell
2011-11-07 13:52:10 -05:00
parent f542e97a70
commit 475633c328
28 changed files with 65 additions and 334 deletions

View File

@@ -160,7 +160,12 @@ lastfm::setNetworkAccessManager( QNetworkAccessManager* nam )
oldNam = threadNamHash[thread];
if ( oldNam == nam )
{
// If we're being passed back our own NAM, assume they want to
// ensure that we don't delete it out from under them
ourNamSet.remove( thread );
return;
}
threadNamHash[thread] = nam;
ourNamSet.remove( thread );