diff options
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: |
