Some comments.
This commit is contained in:
parent
78ee6b83cf
commit
a93ce8a54c
@ -31,7 +31,7 @@ void SilentNetworkAccessManager::onAuthenticationRequired(QNetworkReply* reply,
|
||||
else {
|
||||
reply->setProperty("authentication-given", false);
|
||||
|
||||
// Authentication is required but this feed does not contain it.
|
||||
// Authentication is required but this item does not contain it.
|
||||
qWarningNN << LOGSEC_NETWORK
|
||||
<< "Item"
|
||||
<< QUOTE_W_SPACE(reply->url().toString())
|
||||
|
@ -13,14 +13,12 @@ class SilentNetworkAccessManager : public BaseNetworkAccessManager {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
// Constructors and destructors.
|
||||
explicit SilentNetworkAccessManager(QObject* parent = nullptr);
|
||||
virtual ~SilentNetworkAccessManager();
|
||||
|
||||
public slots:
|
||||
|
||||
// This cannot do any GUI stuff.
|
||||
// NOTE: This cannot do any GUI stuff.
|
||||
void onAuthenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user