mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Code formatting
Remove extra private keyword
This commit is contained in:
committed by
sledgehammer999
parent
8b5c275934
commit
18ad972936
@@ -59,14 +59,14 @@ namespace Http
|
||||
#endif
|
||||
|
||||
private:
|
||||
IRequestHandler *m_requestHandler;
|
||||
|
||||
#ifdef QBT_USES_QT5
|
||||
void incomingConnection(qintptr socketDescriptor);
|
||||
#else
|
||||
void incomingConnection(int socketDescriptor);
|
||||
#endif
|
||||
|
||||
private:
|
||||
IRequestHandler *m_requestHandler;
|
||||
#ifndef QT_NO_OPENSSL
|
||||
bool m_https;
|
||||
QList<QSslCertificate> m_certificates;
|
||||
|
||||
Reference in New Issue
Block a user