mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Support https urls in Servent.
This commit is contained in:
@@ -87,6 +87,7 @@ Servent::Servent( QObject* parent )
|
||||
{
|
||||
boost::function<QSharedPointer<QIODevice>(result_ptr)> fac = boost::bind( &Servent::httpIODeviceFactory, this, _1 );
|
||||
this->registerIODeviceFactory( "http", fac );
|
||||
this->registerIODeviceFactory( "https", fac );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user