mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 04:10:20 +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 );
|
boost::function<QSharedPointer<QIODevice>(result_ptr)> fac = boost::bind( &Servent::httpIODeviceFactory, this, _1 );
|
||||||
this->registerIODeviceFactory( "http", fac );
|
this->registerIODeviceFactory( "http", fac );
|
||||||
|
this->registerIODeviceFactory( "https", fac );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user