Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling, sip
  • Loading branch information
nyalldawson authored and PeterPetrik committed Dec 3, 2020
1 parent c48f29a commit 762ee09
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Expand Up @@ -553,7 +553,7 @@ Constructor for QgsRasterSymbolLegendNode.
:param color: color
:param label: label
:param parent: attach a parent QObject to the legend node.
:param isCheckable: set to ``True`` to enable the check box for the node (since QGIS 3.18)
:param isCheckable: set to ``True`` to enable the checkbox for the node (since QGIS 3.18)
:param ruleKey: optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.18)
%End

Expand Down
@@ -0,0 +1,21 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/pointcloud/qgspointcloudclassifiedrendererwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/







/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/pointcloud/qgspointcloudclassifiedrendererwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
1 change: 1 addition & 0 deletions python/gui/gui_auto.sip
Expand Up @@ -335,6 +335,7 @@
%Include auto_generated/numericformats/qgsnumericformatselectorwidget.sip
%Include auto_generated/numericformats/qgsnumericformatwidget.sip
%Include auto_generated/numericformats/qgsnumericformatguiregistry.sip
%Include auto_generated/pointcloud/qgspointcloudclassifiedrendererwidget.sip
%Include auto_generated/pointcloud/qgspointcloudrendererwidget.sip
%Include auto_generated/pointcloud/qgspointcloudrendererpropertieswidget.sip
%Include auto_generated/processing/qgsprocessingaggregatewidgets.sip
Expand Down
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreemodellegendnode.h
Expand Up @@ -597,7 +597,7 @@ class CORE_EXPORT QgsRasterSymbolLegendNode : public QgsLayerTreeModelLegendNode
* \param color color
* \param label label
* \param parent attach a parent QObject to the legend node.
* \param isCheckable set to TRUE to enable the check box for the node (since QGIS 3.18)
* \param isCheckable set to TRUE to enable the checkbox for the node (since QGIS 3.18)
* \param ruleKey optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.18)
*/
QgsRasterSymbolLegendNode( QgsLayerTreeLayer *nodeLayer, const QColor &color, const QString &label, QObject *parent SIP_TRANSFERTHIS = nullptr, bool isCheckable = false, const QString &ruleKey = QString() );
Expand Down

0 comments on commit 762ee09

Please sign in to comment.