Skip to content

Commit 6e07102

Browse files
committedMay 2, 2016
Fix more uninitialized variables
1 parent 63208a2 commit 6e07102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,8 @@ QgisApp::QgisApp()
10311031
, mBookMarksDockWidget( nullptr )
10321032
, mSnappingDialog( nullptr )
10331033
, mPluginManager( nullptr )
1034+
, mMapStylingDock( nullptr )
1035+
, mMapStyleWidget( nullptr )
10341036
, mComposerManager( nullptr )
10351037
, mpTileScaleWidget( nullptr )
10361038
, mLastComposerId( 0 )
@@ -1043,6 +1045,7 @@ QgisApp::QgisApp()
10431045
, mVectorLayerTools( nullptr )
10441046
, mTracer( nullptr )
10451047
, mActionFilterLegend( nullptr )
1048+
, mActionStyleDock( nullptr )
10461049
, mLegendExpressionFilterButton( nullptr )
10471050
, mSnappingUtils( nullptr )
10481051
, mProjectLastModified()

0 commit comments

Comments
 (0)
Please sign in to comment.