Skip to content

Commit

Permalink
Add missing member variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and nyalldawson committed Mar 6, 2021
1 parent 94052bc commit ae01f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingtoolboxmodel.h
Expand Up @@ -121,7 +121,7 @@ class GUI_EXPORT QgsProcessingToolboxModelNode : public QObject

private:

NodeType mNodeType;
NodeType mNodeType = NodeProvider;
QgsProcessingToolboxModelNode *mParent = nullptr;
QList<QgsProcessingToolboxModelNode *> mChildren;

Expand Down

0 comments on commit ae01f67

Please sign in to comment.