We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dce0e8 commit 3aebf0fCopy full SHA for 3aebf0f
src/app/qgsgeometryvalidationservice.h
@@ -51,8 +51,7 @@ class QgsGeometryValidationService : public QObject
51
public:
52
struct FeatureError
53
{
54
- FeatureError()
55
- {}
+ FeatureError() = default;
56
FeatureError( QgsFeatureId fid, QgsGeometry::Error error )
57
: featureId( fid )
58
, error( error )
@@ -64,7 +63,6 @@ class QgsGeometryValidationService : public QObject
64
63
typedef QList<FeatureError> FeatureErrors;
65
66
QgsGeometryValidationService( QgsProject *project );
67
- ~QgsGeometryValidationService() = default;
68
69
void fixError( QgsGeometryCheckError *error, int method );
70
0 commit comments