Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing checkin
  • Loading branch information
nyalldawson committed Nov 16, 2020
1 parent e05ac74 commit a1c4d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -289,6 +289,7 @@ set(QGIS_GUI_SRCS

pointcloud/qgspointcloudrendererwidget.cpp
pointcloud/qgspointcloudrendererpropertieswidget.cpp
pointcloud/qgspointcloudrgbrendererwidget.cpp

processing/qgsprocessingaggregatewidgets.cpp
processing/qgsprocessingaggregatewidgetwrapper.cpp
Expand Down Expand Up @@ -1061,6 +1062,7 @@ set(QGIS_GUI_HDRS

pointcloud/qgspointcloudrendererwidget.h
pointcloud/qgspointcloudrendererpropertieswidget.h
pointcloud/qgspointcloudrgbrendererwidget.h

processing/qgsprocessingaggregatewidgets.h
processing/qgsprocessingaggregatewidgetwrapper.h
Expand Down
3 changes: 2 additions & 1 deletion src/gui/pointcloud/qgspointcloudrendererpropertieswidget.cpp
Expand Up @@ -20,6 +20,7 @@
#include "qgspointcloudrendererwidget.h"
#include "qgspointcloudlayer.h"
#include "qgspointcloudrenderer.h"
#include "qgspointcloudrgbrendererwidget.h"

static bool _initRenderer( const QString &name, QgsPointCloudRendererWidgetFunc f, const QString &iconName = QString() )
{
Expand Down Expand Up @@ -48,7 +49,7 @@ static void _initRendererWidgetFunctions()
if ( sInitialized )
return;

//_initRenderer( QStringLiteral( "rgb" ), QgsSingleSymbolRendererWidget::create, QStringLiteral( "rendererSingleSymbol.svg" ) );
_initRenderer( QStringLiteral( "rgb" ), QgsPointCloudRgbRendererWidget::create, QStringLiteral( "styleicons/multibandcolor.svg" ) );

sInitialized = true;
}
Expand Down

0 comments on commit a1c4d0e

Please sign in to comment.