Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
make QgsWkbTypes a Q_GADGET and declare GeometryType as Q_ENUM (#8024)
* make QgsWkbTypes a Q_GADGET and declare GeometryType as Q_ENUM * include QObject * remove extra include * move QgsWkbTypes to moc headers * run sip_include
- Loading branch information
Showing
with
16 additions
and 6 deletions.
- +2 −0 python/core/auto_additions/qgswkbtypes.py
- +3 −0 python/core/auto_generated/geometry/qgswkbtypes.sip.in
- +0 −1 python/core/auto_generated/qgsdataitem.sip.in
- +1 −1 python/core/core_auto.sip
- +1 −1 src/core/CMakeLists.txt
- +3 −1 src/core/geometry/qgswkbtypes.h
- +1 −1 src/core/qgsdataitem.h
- +1 −1 src/providers/arcgisrest/qgsafsdataitems.h
- +1 −0 src/providers/arcgisrest/qgsamsdataitems.h
- +2 −0 src/providers/ows/qgsowsdataitems.h
- +1 −0 src/providers/postgres/qgspostgresdataitems.h
@@ -0,0 +1,2 @@ | ||
# The following has been generated automatically from src/core/geometry/qgswkbtypes.h | ||
QgsWkbTypes.GeometryType.baseClass = QgsWkbTypes |