Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsMapLayerRenderers must be created on demand, not stored
  • Loading branch information
nyalldawson committed Oct 26, 2020
1 parent d7e8c6c commit e4ab148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/pointcloud/qgspointcloudlayer.h
Expand Up @@ -120,8 +120,6 @@ class CORE_EXPORT QgsPointCloudLayer : public QgsMapLayer

std::unique_ptr<QgsPointCloudDataProvider> mDataProvider;

//! Renderer assigned to the layer to draw map
std::unique_ptr<QgsPointCloudLayerRenderer> mRenderer;
};


Expand Down

0 comments on commit e4ab148

Please sign in to comment.