1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

* Can't reparent nam in liblastfm.

This commit is contained in:
Christian Muehlhaeuser
2011-09-10 07:02:03 +02:00
parent c3197a39b0
commit c0183aa359

View File

@@ -138,7 +138,7 @@ lastfm::nam()
QThread* thread = QThread::currentThread(); QThread* thread = QThread::currentThread();
if ( !threadNamHash.contains( thread ) ) if ( !threadNamHash.contains( thread ) )
{ {
NetworkAccessManager* newNam = new NetworkAccessManager( qApp ); NetworkAccessManager* newNam = new NetworkAccessManager();
threadNamHash[thread] = newNam; threadNamHash[thread] = newNam;
ourNamSet.insert( thread ); ourNamSet.insert( thread );
return newNam; return newNam;