1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Probably a necessary safety measure, although I can only really see this maybe being a problem on close, not startup

This commit is contained in:
Jeff Mitchell 2011-11-09 11:51:26 -05:00
parent 2fb7c5c289
commit 83c53b7150

View File

@ -615,6 +615,7 @@ nam()
QNetworkAccessManager* newNam;
#ifdef LIBLASTFM_FOUND
newNam = lastfm::nam();
lastfm::setNetworkAccessManager( newNam );
#else
newNam = new QNetworkAccessManager();
#endif