1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Declared function as virtual when it shouldn't

This commit is contained in:
Christophe Dumez 2010-10-31 08:49:18 +00:00
parent 6c1eda8755
commit 26c680ae1f

View File

@ -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);