summaryrefslogtreecommitdiff
path: root/include/libcamera/base/bound_method.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-08-27 02:37:24 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-02 01:16:44 +0300
commiteb5c4ead8842ff91b7b32b25f78531e79c17e1b3 (patch)
tree7f1f918e6c478afa4944056b0f9abd8326596678 /include/libcamera/base/bound_method.h
parent1d003875577de4d789103f8d9ebc0f792038b963 (diff)
libcamera: Use simpler Signal::disconnect() function
When disconnecting a signal from a receiver, it is usually not necessary to specify the receiver's slot function explicitly, as the signal is often connected to a single slot for a given receiver. We can thus use a simpler version of Signal::disconnect() that takes a pointer to the receiver object only. This reduces code size, as the disconnect() function is a template function. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'include/libcamera/base/bound_method.h')
0 files changed, 0 insertions, 0 deletions