Browse Source

Declared function as virtual when it shouldn't

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
26c680ae1f
  1. 2
      src/webui/httpconnection.h

2
src/webui/httpconnection.h

@ -54,7 +54,7 @@ class HttpConnection : public QObject @@ -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);

Loading…
Cancel
Save