mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -58,10 +58,10 @@ namespace Http
|
||||
void incomingConnection(qintptr socketDescriptor) override;
|
||||
void removeConnection(Connection *connection);
|
||||
|
||||
IRequestHandler *m_requestHandler;
|
||||
IRequestHandler *m_requestHandler = nullptr;
|
||||
QSet<Connection *> m_connections; // for tracking persistent connections
|
||||
|
||||
bool m_https;
|
||||
bool m_https = false;
|
||||
QList<QSslCertificate> m_certificates;
|
||||
QSslKey m_key;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user