Skip to content

Commit

Permalink
add mUserData to copy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Jun 20, 2024
1 parent 2bc7bc5 commit a31dfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgslegendsymbolitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ QgsLegendSymbolItem &QgsLegendSymbolItem::operator=( const QgsLegendSymbolItem &
mScaleMaxDenom = other.mScaleMaxDenom;
mLevel = other.mLevel;
mParentKey = other.mParentKey;
mUserData = other.mUserData;

return *this;
}
Expand Down

0 comments on commit a31dfb5

Please sign in to comment.