1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 00:22:31 +02:00

* Make sure IPv4 PlaydarAPI works on Windows with Qt4.

This commit is contained in:
Christian Muehlhaeuser 2014-08-24 01:38:52 +02:00
parent 370dc5f2a6
commit 71f51c41b6

View File

@ -481,11 +481,7 @@ TomahawkApp::initHTTP()
}
if ( TomahawkSettings::instance()->httpBindAll() )
{
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
playdarApi = new PlaydarApi( QHostAddress::Any, 60210, 60211, this ); // TODO Auth
#else
playdarApi = new PlaydarApi( QHostAddress::AnyIPv6, 60210, 60211, this ); // TODO Auth
#endif
}
else
{