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:
2
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
2
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user