mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix more uninitialized variables
This commit is contained in:
parent
63208a2225
commit
6e0710227b
@ -1031,6 +1031,8 @@ QgisApp::QgisApp()
|
||||
, mBookMarksDockWidget( nullptr )
|
||||
, mSnappingDialog( nullptr )
|
||||
, mPluginManager( nullptr )
|
||||
, mMapStylingDock( nullptr )
|
||||
, mMapStyleWidget( nullptr )
|
||||
, mComposerManager( nullptr )
|
||||
, mpTileScaleWidget( nullptr )
|
||||
, mLastComposerId( 0 )
|
||||
@ -1043,6 +1045,7 @@ QgisApp::QgisApp()
|
||||
, mVectorLayerTools( nullptr )
|
||||
, mTracer( nullptr )
|
||||
, mActionFilterLegend( nullptr )
|
||||
, mActionStyleDock( nullptr )
|
||||
, mLegendExpressionFilterButton( nullptr )
|
||||
, mSnappingUtils( nullptr )
|
||||
, mProjectLastModified()
|
||||
|
Loading…
x
Reference in New Issue
Block a user