File tree 1 file changed +0
-29
lines changed
src/analysis/vector/geometry_checker
1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 1
- /* **************************************************************************
2
- qgsgeometrycheckfactory.cpp
3
- --------------------------------------
4
- Date : September 2018
5
- Copyright : (C) 2018 Matthias Kuhn
6
- Email : matthias@opengis.ch
7
- ***************************************************************************
8
- * *
9
- * This program is free software; you can redistribute it and/or modify *
10
- * it under the terms of the GNU General Public License as published by *
11
- * the Free Software Foundation; either version 2 of the License, or *
12
- * (at your option) any later version. *
13
- * *
14
- ***************************************************************************/
15
-
16
- #include " qgsgeometrycheckfactory.h"
17
-
18
- #include " qgis.h"
19
-
20
- bool QgsGeometryCheckFactory::isCompatible ( QgsVectorLayer *layer ) const
21
- {
22
- Q_UNUSED ( layer );
23
- return true ;
24
- }
25
-
26
- QgsGeometryCheck::Flags QgsGeometryCheckFactory::flags () const
27
- {
28
- return QgsGeometryCheck::Flags ( QgsGeometryCheck::SingleGeometryCheck | QgsGeometryCheck::AvailableInValidation );
29
- }
You can’t perform that action at this time.
0 commit comments