mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Declared function as virtual when it shouldn't
This commit is contained in:
parent
6c1eda8755
commit
26c680ae1f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class HttpConnection : public QObject
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void write();
|
void write();
|
||||||
virtual void respond();
|
void respond();
|
||||||
void respondJson();
|
void respondJson();
|
||||||
void respondGenPropertiesJson(QString hash);
|
void respondGenPropertiesJson(QString hash);
|
||||||
void respondTrackersPropertiesJson(QString hash);
|
void respondTrackersPropertiesJson(QString hash);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue