1
0
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:
Jeff Mitchell
2011-05-03 13:56:00 -04:00
parent 3b84824f11
commit b42e36a240

View File

@@ -206,7 +206,7 @@ lastfm::nam()
NetworkAccessManager* newNam = new NetworkAccessManager();
threadNamHash[thread] = newNam;
ourNamHash[thread] = true;
qDebug() << Q_FUNC_INFO << " returning " << newNam;
qDebug() << Q_FUNC_INFO << " returning " << dynamic_cast<QNetworkAccessManager*>(newNam);
return newNam;
}
qDebug() << Q_FUNC_INFO << " found a nam, is " << threadNamHash[thread];