diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-14 22:20:20 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-14 22:20:20 +0100 |
| commit | ac27fb455c76aee4f9e9f65747483006909b14ab (patch) | |
| tree | 3819750b1475674296f1f02b7f237552afd6f386 /src/protocols/httpserver.h | |
| parent | ff20080b6f6cdc8b7f8003a6673bf149c515cdda (diff) | |
cleanup
Diffstat (limited to 'src/protocols/httpserver.h')
| -rw-r--r-- | src/protocols/httpserver.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/protocols/httpserver.h b/src/protocols/httpserver.h index 86b6ad6..64f7987 100644 --- a/src/protocols/httpserver.h +++ b/src/protocols/httpserver.h @@ -11,10 +11,8 @@ class ICamera; class QHttpServer; -class HttpServer : public ProtocolBase +class HttpServer : public IProtocol { - // Q_OBJECT - private: struct Stats { |
