Declared function as virtual when it shouldn't

This commit is contained in:
Christophe Dumez
2010-10-31 08:49:36 +00:00
parent 764e8a365b
commit 5d0d63d89a

View File

@@ -54,7 +54,7 @@ class HttpConnection : public QObject
protected slots:
void write();
virtual void respond();
void respond();
void respondJson();
void respondGenPropertiesJson(QString hash);
void respondTrackersPropertiesJson(QString hash);