Fix GenericLayer formatting

This commit is contained in:
Dan Paulat 2025-05-08 23:32:28 -05:00
parent 21e5697073
commit d5e5019811

View file

@ -23,10 +23,10 @@ public:
explicit GenericLayer(std::shared_ptr<gl::GlContext> glContext); explicit GenericLayer(std::shared_ptr<gl::GlContext> glContext);
virtual ~GenericLayer(); virtual ~GenericLayer();
virtual void Initialize(const std::shared_ptr<MapContext>& mapContext) = 0; virtual void Initialize(const std::shared_ptr<MapContext>& mapContext) = 0;
virtual void Render(const std::shared_ptr<MapContext>& mapContext, virtual void Render(const std::shared_ptr<MapContext>& mapContext,
const QMapLibre::CustomLayerRenderParameters&) = 0; const QMapLibre::CustomLayerRenderParameters&) = 0;
virtual void Deinitialize() = 0; virtual void Deinitialize() = 0;
/** /**
* @brief Run mouse picking on the layer. * @brief Run mouse picking on the layer.