From ace50f75a4d4c10c0deb90fc857525b565cdd8c9 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 28 Sep 2019 16:22:24 +0300 Subject: libcamera: controls: Rename ControlInfo to ControlRange MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ControlInfo class stores a range of valid values for a control. Its name is vague, as "info" has multiple meanings. Rename it to ControlRange. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Niklas Söderlund --- test/controls/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/controls/meson.build') diff --git a/test/controls/meson.build b/test/controls/meson.build index f4fc7b94..9f0f005a 100644 --- a/test/controls/meson.build +++ b/test/controls/meson.build @@ -1,6 +1,6 @@ control_tests = [ - [ 'control_info', 'control_info.cpp' ], [ 'control_list', 'control_list.cpp' ], + [ 'control_range', 'control_range.cpp' ], [ 'control_value', 'control_value.cpp' ], ] -- cgit v1.2.1