We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ead85 commit 531fec0Copy full SHA for 531fec0
src/core/pal/feature.cpp
@@ -78,9 +78,10 @@ namespace pal
78
: PointSet( other )
79
, mLF( other.mLF )
80
{
81
- Q_FOREACH ( FeaturePart* part, other.mHoles )
+ Q_FOREACH ( FeaturePart* hole, other.mHoles )
82
83
- mHoles << new FeaturePart( *part );
+ mHoles << new FeaturePart( *hole );
84
+ mHoles.last()->holeOf = this;
85
}
86
87
0 commit comments