mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-02 17:12:15 +00:00
Code formatting
Remove extra private keyword
This commit is contained in:
parent
31b69ae6f6
commit
84bc011df5
@ -59,14 +59,14 @@ namespace Http
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
IRequestHandler *m_requestHandler;
|
||||||
|
|
||||||
#ifdef QBT_USES_QT5
|
#ifdef QBT_USES_QT5
|
||||||
void incomingConnection(qintptr socketDescriptor);
|
void incomingConnection(qintptr socketDescriptor);
|
||||||
#else
|
#else
|
||||||
void incomingConnection(int socketDescriptor);
|
void incomingConnection(int socketDescriptor);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
|
||||||
IRequestHandler *m_requestHandler;
|
|
||||||
#ifndef QT_NO_OPENSSL
|
#ifndef QT_NO_OPENSSL
|
||||||
bool m_https;
|
bool m_https;
|
||||||
QList<QSslCertificate> m_certificates;
|
QList<QSslCertificate> m_certificates;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user