Fix more uninitialized variables

This commit is contained in:
Nyall Dawson 2016-05-02 10:10:32 +10:00
parent 63208a2225
commit 6e0710227b

View File

@ -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()