Skip to content

Commit

Permalink
Fix more uninitialized variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 2, 2016
1 parent 63208a2 commit 6e07102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1031,6 +1031,8 @@ QgisApp::QgisApp()
, mBookMarksDockWidget( nullptr )
, mSnappingDialog( nullptr )
, mPluginManager( nullptr )
, mMapStylingDock( nullptr )
, mMapStyleWidget( nullptr )
, mComposerManager( nullptr )
, mpTileScaleWidget( nullptr )
, mLastComposerId( 0 )
Expand All @@ -1043,6 +1045,7 @@ QgisApp::QgisApp()
, mVectorLayerTools( nullptr )
, mTracer( nullptr )
, mActionFilterLegend( nullptr )
, mActionStyleDock( nullptr )
, mLegendExpressionFilterButton( nullptr )
, mSnappingUtils( nullptr )
, mProjectLastModified()
Expand Down

0 comments on commit 6e07102

Please sign in to comment.