Remove handleEvent from V4L2grabber, as grabber will be stopped on suspend

This commit is contained in:
LordGrey
2023-11-13 22:34:51 +01:00
parent 93db1f5d6b
commit 42619b27ea
3 changed files with 1 additions and 21 deletions

View File

@@ -92,8 +92,6 @@ public slots:
void stop();
void newThreadFrame(Image<ColorRgb> image);
void handleEvent(Event event) override;
signals:
void newFrame(const Image<ColorRgb> & image);
void readError(const char* err);