QPathSegments: set pathId to zero in ctor
Change-Id: Iaa4349914fbeca9c64863addb9892412e1bad65b Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
This commit is contained in:
parent
184d66caa5
commit
fb1863e64a
@ -336,7 +336,8 @@ inline QPathVertex::operator QPointF() const
|
|||||||
inline QPathSegments::QPathSegments(int reserve) :
|
inline QPathSegments::QPathSegments(int reserve) :
|
||||||
m_points(reserve),
|
m_points(reserve),
|
||||||
m_segments(reserve),
|
m_segments(reserve),
|
||||||
m_intersections(reserve)
|
m_intersections(reserve),
|
||||||
|
m_pathId(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user