diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 20:40:29 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 20:40:29 +0100 |
| commit | 05f0938a65c4f8c330791097680e1e094260bb60 (patch) | |
| tree | d11e48c96eed6de03c51b793081310d96dee8618 /src/protocols/pixelsudpstreamer.h | |
| parent | 051cb23a807a6914e2cda7e3b08d69ed29f347dd (diff) | |
refactoring
Diffstat (limited to 'src/protocols/pixelsudpstreamer.h')
| -rw-r--r-- | src/protocols/pixelsudpstreamer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ICamera> camera, QObject *parent = nullptr); + explicit PixelsUdpStreamer(std::shared_ptr<IScanner> scanner, QObject *parent = nullptr); ~PixelsUdpStreamer() override = default; public slots: |
