kioslave: http slave no longer needs QObject

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-05-29 07:19:10 +03:00
parent 0f9d407bb8
commit 676fc025b7
2 changed files with 1 additions and 5 deletions

View file

@ -551,5 +551,3 @@ bool HttpProtocol::authUrl(const KUrl &url)
}
return false;
}
#include "moc_http.cpp"

View file

@ -24,10 +24,8 @@
#include <curl/curl.h>
class HttpProtocol : public QObject, public KIO::SlaveBase
class HttpProtocol : public KIO::SlaveBase
{
Q_OBJECT
public:
HttpProtocol(const QByteArray &pool, const QByteArray &app);
~HttpProtocol();