summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/upload.svg
AgeCommit message (Collapse)Author
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
Provide simple clean icons from https://feathericons.com/ (https://github.com/feathericons/feather) These are provided under the MIT license. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
_manager.h> #include <libcamera/controls.h> #include "camera_test.h" #include "test.h" using namespace libcamera; class SerializationTest : public CameraTest, public Test { public: SerializationTest() : CameraTest("VIMC Sensor B") { } static bool equals(const ControlInfoMap &lhs, const ControlInfoMap &rhs); static bool equals(const ControlList &lhs, const ControlList &rhs); }; #endif /* __LIBCAMERA_SERIALIZATION_TEST_H__ */