mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Code formatting
Remove extra private keyword
This commit is contained in:
parent
31b69ae6f6
commit
84bc011df5
2 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue