From 2976dd6a7e202d161077a454b28e9fcce98945c1 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 2 Jul 2019 12:38:09 +0100 Subject: qcam: Add the version string to the title Provide the version string reported by the libcamera library on the qcam test utility. This helps confirm the exact version of the library that is being used while testing. The version string is stored in the MainWindow so that it can be reused without reconstructing. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/qcam/main_window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcam/main_window.h') diff --git a/src/qcam/main_window.h b/src/qcam/main_window.h index 345bdaae..46a494a9 100644 --- a/src/qcam/main_window.h +++ b/src/qcam/main_window.h @@ -42,6 +42,7 @@ private: const std::map &buffers); int display(Buffer *buffer); + QString title_; const OptionsParser::Options &options_; std::shared_ptr camera_; -- cgit v1.2.1