diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-11 01:09:09 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-19 14:23:32 +0300 |
commit | f995ff25a3326db90513d1fa936815653f7cade0 (patch) | |
tree | d4362bac38bb83efbe7aa5d936e1d2b858854437 /src/qcam/viewfinder_qt.cpp | |
parent | 1c4d4801850559d6f919eef5c2ffbaf7675dbc46 (diff) |
libcamera: controls: Avoid double lookups
Now that the ControlList::get() function returns an instance of
std::optional<>, we can replace the ControlList::contains() calls with a
nullopt check on the return value of get(). This avoids double lookups
of controls through the code base.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'src/qcam/viewfinder_qt.cpp')
0 files changed, 0 insertions, 0 deletions