mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Initialize members
This commit is contained in:
parent
fe70bb2440
commit
73626bdcd9
@ -1119,16 +1119,16 @@ struct CORE_EXPORT QgsVertexId
|
||||
}
|
||||
|
||||
//! Part number
|
||||
int part;
|
||||
int part = -1;
|
||||
|
||||
//! Ring number
|
||||
int ring;
|
||||
int ring = -1;
|
||||
|
||||
//! Vertex number
|
||||
int vertex;
|
||||
int vertex = -1;
|
||||
|
||||
//! Vertex type
|
||||
VertexType type;
|
||||
VertexType type = SegmentVertex;
|
||||
|
||||
#ifdef SIP_RUN
|
||||
SIP_PYOBJECT __repr__();
|
||||
|
Loading…
x
Reference in New Issue
Block a user