1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +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();
if ( !threadNamHash.contains( thread ) )
{
NetworkAccessManager* newNam = new NetworkAccessManager( qApp );
NetworkAccessManager* newNam = new NetworkAccessManager();
threadNamHash[thread] = newNam;
ourNamSet.insert( thread );
return newNam;