From 05f0938a65c4f8c330791097680e1e094260bb60 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 6 Mar 2026 20:40:29 +0100 Subject: refactoring --- src/protocols/pixelsudpstreamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocols/pixelsudpstreamer.h') diff --git a/src/protocols/pixelsudpstreamer.h b/src/protocols/pixelsudpstreamer.h index a7f69b7..dacc9cb 100644 --- a/src/protocols/pixelsudpstreamer.h +++ b/src/protocols/pixelsudpstreamer.h @@ -15,7 +15,7 @@ class PixelsUdpStreamer : public QObject, public IProtocol Q_OBJECT public: - explicit PixelsUdpStreamer(std::shared_ptr camera, QObject *parent = nullptr); + explicit PixelsUdpStreamer(std::shared_ptr scanner, QObject *parent = nullptr); ~PixelsUdpStreamer() override = default; public slots: -- cgit v1.3