mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
Add override keyword to functions
This commit is contained in:
@@ -50,7 +50,7 @@ signals:
|
||||
void IPFilterError();
|
||||
|
||||
protected:
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
private:
|
||||
int findAndNullDelimiter(char *const data, char delimiter, int start, int end, bool reverse = false);
|
||||
|
||||
Reference in New Issue
Block a user