Skip to content

Commit

Permalink
QgsGeometryCheck does not need to be a QObject
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 17, 2018
1 parent ed11552 commit e30477f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -41,10 +41,8 @@ struct ANALYSIS_EXPORT QgsGeometryCheckerContext
const QMap<QString, QgsFeaturePool *> featurePools;
};

class ANALYSIS_EXPORT QgsGeometryCheck : QObject
class ANALYSIS_EXPORT QgsGeometryCheck
{
Q_OBJECT

public:
enum ChangeWhat { ChangeFeature, ChangePart, ChangeRing, ChangeNode };
enum ChangeType { ChangeAdded, ChangeRemoved, ChangeChanged };
Expand Down

0 comments on commit e30477f

Please sign in to comment.