Files
external_libcamera/include/libcamera
Laurent Pinchart ab8db44efb libcamera: signal: Fix return value template type of BoundMethodMember
The BoundMethodMember instance created in Signal::connect() for
receivers inheriting from the Object class incorrectly sets the return
type to void instead of R. This doesn't cause any functional issue as
the return type is ignored anyway for signals, but should be fixed
nonetheless.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-04-17 00:52:57 +03:00
..
2021-03-29 12:18:02 +01:00
2021-04-15 22:23:02 +03:00