Skip to content

Commit e30477f

Browse files
committed
QgsGeometryCheck does not need to be a QObject
1 parent ed11552 commit e30477f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/analysis/vector/geometry_checker/qgsgeometrycheck.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ struct ANALYSIS_EXPORT QgsGeometryCheckerContext
4141
const QMap<QString, QgsFeaturePool *> featurePools;
4242
};
4343

44-
class ANALYSIS_EXPORT QgsGeometryCheck : QObject
44+
class ANALYSIS_EXPORT QgsGeometryCheck
4545
{
46-
Q_OBJECT
47-
4846
public:
4947
enum ChangeWhat { ChangeFeature, ChangePart, ChangeRing, ChangeNode };
5048
enum ChangeType { ChangeAdded, ChangeRemoved, ChangeChanged };

0 commit comments

Comments
 (0)