##// END OF EJS Templates
See last commit
perrinel -
r700:bef126514bff
parent child
Show More
@@ -100,7 +100,6 void NetworkController::initialize()
100
100
101
101
102 auto onReplyErrors = [this](QNetworkReply *reply, const QList<QSslError> &errors) {
102 auto onReplyErrors = [this](QNetworkReply *reply, const QList<QSslError> &errors) {
103
104 qCCritical(LOG_NetworkController()) << tr("NetworkAcessManager errors: ") << errors;
103 qCCritical(LOG_NetworkController()) << tr("NetworkAcessManager errors: ") << errors;
105
104
106 };
105 };
General Comments 2
You need to be logged in to leave comments. Login now