mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Add override keyword to functions
This commit is contained in:
parent
45eba9ec31
commit
4a90716843
10 changed files with 16 additions and 16 deletions
|
@ -56,7 +56,7 @@ namespace Http
|
|||
void dropTimedOutConnection();
|
||||
|
||||
private:
|
||||
void incomingConnection(qintptr socketDescriptor);
|
||||
void incomingConnection(qintptr socketDescriptor) override;
|
||||
void removeConnection(Connection *connection);
|
||||
|
||||
IRequestHandler *m_requestHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue