Skip to content
Permalink
Browse files
Fix more uninitialized variables
  • Loading branch information
nyalldawson committed May 2, 2016
1 parent 63208a2 commit 6e07102
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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()

0 comments on commit 6e07102

Please sign in to comment.