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