1 2 3 4 5
#include "iscanner.h" IScanner::IScanner(std::shared_ptr<ICamera> camera) : m_camera{camera} {}