Browse Source

Inline variable defined in header

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
a01f1014b9
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/utils/net.h

2
src/base/utils/net.h

@ -49,7 +49,7 @@ namespace Utils::Net @@ -49,7 +49,7 @@ namespace Utils::Net
QString subnetToString(const Subnet &subnet);
QHostAddress canonicalIPv6Addr(const QHostAddress &addr);
const int MAX_SSL_FILE_SIZE = 1024 * 1024;
inline const int MAX_SSL_FILE_SIZE = 1024 * 1024;
QList<QSslCertificate> loadSSLCertificate(const QByteArray &data);
bool isSSLCertificatesValid(const QByteArray &data);
QSslKey loadSSLKey(const QByteArray &data);

Loading…
Cancel
Save