Skip to content

Commit

Permalink
Make constructor explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 10, 2021
1 parent 1ce633d commit 42508ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layerresolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class LayerResolver : public QObject
Q_PROPERTY( QgsVectorLayer *currentLayer READ currentLayer NOTIFY currentLayerChanged )

public:
LayerResolver( QObject *parent = nullptr );
explicit LayerResolver( QObject *parent = nullptr );

void resolve();

Expand Down

0 comments on commit 42508ff

Please sign in to comment.