diff options
Diffstat (limited to 'src/plugins/cpaster/protocol.h')
-rw-r--r-- | src/plugins/cpaster/protocol.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/cpaster/protocol.h b/src/plugins/cpaster/protocol.h index 0b1392656ae..c315a673d1c 100644 --- a/src/plugins/cpaster/protocol.h +++ b/src/plugins/cpaster/protocol.h @@ -30,7 +30,6 @@ #include <QSharedPointer> QT_BEGIN_NAMESPACE -class QAuthenticator; class QNetworkReply; class QWidget; QT_END_NAMESPACE @@ -108,16 +107,11 @@ class NetworkProtocol : public Protocol Q_OBJECT public: - NetworkProtocol(); + NetworkProtocol() = default; ~NetworkProtocol() override; -signals: - void authenticationRequired(QNetworkReply *reply, QAuthenticator *authenticator); - protected: - void requestAuthentication(const QUrl &url, QNetworkReply *reply, QAuthenticator *authenticator); - QNetworkReply *httpGet(const QString &url, bool handleCookies = false); QNetworkReply *httpPost(const QString &link, const QByteArray &data, |