feature: added 409 error handling from server response
This commit is contained in:
parent
52c12940c4
commit
a1ca994c8b
8 changed files with 39 additions and 29 deletions
|
@ -7,8 +7,6 @@
|
|||
#include <QHostAddress>
|
||||
#include <QNetworkReply>
|
||||
|
||||
#include "core/defs.h"
|
||||
|
||||
|
||||
class NetworkUtilities : public QObject
|
||||
{
|
||||
|
@ -33,9 +31,6 @@ public:
|
|||
static QString ipAddressFromIpWithSubnet(const QString ip);
|
||||
|
||||
static QStringList summarizeRoutes(const QStringList &ips, const QString cidr);
|
||||
|
||||
static amnezia::ErrorCode checkNetworkReplyErrors(const QList<QSslError> &sslErrors, QNetworkReply *reply);
|
||||
|
||||
};
|
||||
|
||||
#endif // NETWORKUTILITIES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue