Skip to content

Commit

Permalink
add point cloud output to compatible output types for point cloud widget
Browse files Browse the repository at this point in the history
wrapper (fix #57550)
  • Loading branch information
alexbruy authored and nyalldawson committed Jan 28, 2025
1 parent 954d247 commit 99b201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingwidgetwrapperimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7980,7 +7980,7 @@ QStringList QgsProcessingPointCloudLayerWidgetWrapper::compatibleOutputTypes() c
{
return QStringList()
<< QgsProcessingOutputString::typeName()
// TODO << QgsProcessingOutputPointCloudLayer::typeName()
<< QgsProcessingOutputPointCloudLayer::typeName()
<< QgsProcessingOutputMapLayer::typeName()
<< QgsProcessingOutputFile::typeName()
<< QgsProcessingOutputFolder::typeName();
Expand Down

0 comments on commit 99b201a

Please sign in to comment.