libcamera/test/ipc
Laurent Pinchart 3f662ae3c0 libcamera: Don't use emitter object pointer argument to slot
In many cases, the emitter object passed as a pointer from signals to
slots is also available as a class member. Use the class member when
this occurs, to prepare for removal of the emitter object pointer from
signals.

In test/event.cpp, this additionally requires moving the EventNotifier
to a class member.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2021-09-02 01:16:45 +03:00
..
meson.build libcamera/base: Validate internal headers as private 2021-06-25 16:11:11 +01:00
unixsocket.cpp libcamera: Don't use emitter object pointer argument to slot 2021-09-02 01:16:45 +03:00
unixsocket_ipc.cpp libcamera: Don't use emitter object pointer argument to slot 2021-09-02 01:16:45 +03:00