mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Initialize all members, to reduce misleading valgrind reports
This commit is contained in:
parent
ddb406d944
commit
f4c3165a6b
@ -42,6 +42,10 @@ QgsMapSettings::QgsMapSettings()
|
||||
, mSelectionColor( Qt::yellow )
|
||||
, mFlags( Antialiasing | UseAdvancedEffects | DrawLabeling | DrawSelection )
|
||||
, mImageFormat( QImage::Format_ARGB32_Premultiplied )
|
||||
, mValid( false )
|
||||
, mVisibleExtent()
|
||||
, mMapUnitsPerPixel( 1 )
|
||||
, mScale( 1 )
|
||||
{
|
||||
updateDerived();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user