mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Add another bit of debug
This commit is contained in:
2
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
2
thirdparty/liblastfm2/src/ws/ws.cpp
vendored
@@ -206,7 +206,7 @@ lastfm::nam()
|
|||||||
NetworkAccessManager* newNam = new NetworkAccessManager();
|
NetworkAccessManager* newNam = new NetworkAccessManager();
|
||||||
threadNamHash[thread] = newNam;
|
threadNamHash[thread] = newNam;
|
||||||
ourNamHash[thread] = true;
|
ourNamHash[thread] = true;
|
||||||
qDebug() << Q_FUNC_INFO << " returning " << newNam;
|
qDebug() << Q_FUNC_INFO << " returning " << dynamic_cast<QNetworkAccessManager*>(newNam);
|
||||||
return newNam;
|
return newNam;
|
||||||
}
|
}
|
||||||
qDebug() << Q_FUNC_INFO << " found a nam, is " << threadNamHash[thread];
|
qDebug() << Q_FUNC_INFO << " found a nam, is " << threadNamHash[thread];
|
||||||
|
Reference in New Issue
Block a user