mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kioslave: http slave no longer needs QObject
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0f9d407bb8
commit
676fc025b7
2 changed files with 1 additions and 5 deletions
|
@ -551,5 +551,3 @@ bool HttpProtocol::authUrl(const KUrl &url)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
#include "moc_http.cpp"
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue