Skip to content

Commit

Permalink
Fix rebase leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Nov 18, 2020
1 parent 1137e5f commit aa3593c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/3d/symbols/qgspointcloud3dsymbol.cpp
Expand Up @@ -26,7 +26,6 @@ QgsPointCloud3DSymbol::~QgsPointCloud3DSymbol() { }

QgsAbstract3DSymbol *QgsPointCloud3DSymbol::clone() const
{
// TODO: fix memory leak
QgsPointCloud3DSymbol *result = new QgsPointCloud3DSymbol;
result->mEnabled = mEnabled;
result->mPointSize = mPointSize;
Expand Down
3 changes: 0 additions & 3 deletions src/app/pointcloud/qgspointcloudlayerproperties.h
Expand Up @@ -72,9 +72,6 @@ class QgsPointCloudLayerProperties : public QgsOptionsDialogBase, private Ui::Qg
QgsMapCanvas *mMapCanvas = nullptr;
QgsMetadataWidget *mMetadataWidget = nullptr;

//! A list of additional pages provided by plugins
QList<QgsMapLayerConfigWidget *> mLayerPropertiesPages;

/**
* Previous layer style. Used to reset style to previous state if new style
* was loaded but dialog is canceled.
Expand Down
3 changes: 0 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -16269,9 +16269,6 @@ void QgisApp::showLayerProperties( QgsMapLayer *mapLayer, const QString &page )
else
pointCloudLayerPropertiesDialog.restoreLastPage();

if ( !page.isEmpty() )
pointCloudLayerPropertiesDialog.setCurrentPage( page );

for ( QgsMapLayerConfigWidgetFactory *factory : qgis::as_const( mMapLayerPanelFactories ) )
{
pointCloudLayerPropertiesDialog.addPropertiesPageFactory( factory );
Expand Down
2 changes: 0 additions & 2 deletions src/app/qgslayerstylingwidget.cpp
Expand Up @@ -790,8 +790,6 @@ bool QgsLayerStyleManagerWidgetFactory::supportsLayer( QgsMapLayer *layer ) cons
return false; // TODO

case QgsMapLayerType::PointCloudLayer:
return true;

case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::AnnotationLayer:
return false;
Expand Down

0 comments on commit aa3593c

Please sign in to comment.