Skip to content

Remove unported HttpAnnounceJob.

Andrius Štikonas requested to merge stikonas/libktorrent:httpannouncejob into master

This class was based on QHttp which was removed in Qt5. It is possible to port it to QNetworkAccessManager but we have KIO, so we don't really need the old class anymore.

Merge request reports