From 26c680ae1f46cdf9e2b4eea167b671916c640af1 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 31 Oct 2010 08:49:18 +0000 Subject: [PATCH] Declared function as virtual when it shouldn't --- src/webui/httpconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/httpconnection.h b/src/webui/httpconnection.h index 94cd1b2f6..274993944 100644 --- a/src/webui/httpconnection.h +++ b/src/webui/httpconnection.h @@ -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);