We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 63208a2 commit 6e07102Copy full SHA for 6e07102
src/app/qgisapp.cpp
@@ -1031,6 +1031,8 @@ QgisApp::QgisApp()
1031
, mBookMarksDockWidget( nullptr )
1032
, mSnappingDialog( nullptr )
1033
, mPluginManager( nullptr )
1034
+ , mMapStylingDock( nullptr )
1035
+ , mMapStyleWidget( nullptr )
1036
, mComposerManager( nullptr )
1037
, mpTileScaleWidget( nullptr )
1038
, mLastComposerId( 0 )
@@ -1043,6 +1045,7 @@ QgisApp::QgisApp()
1043
1045
, mVectorLayerTools( nullptr )
1044
1046
, mTracer( nullptr )
1047
, mActionFilterLegend( nullptr )
1048
+ , mActionStyleDock( nullptr )
1049
, mLegendExpressionFilterButton( nullptr )
1050
, mSnappingUtils( nullptr )
1051
, mProjectLastModified()
0 commit comments