Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing object name for styling dock
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/app/qgisapp.cpp
|
@@ -728,6 +728,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh |
|
|
|
|
|
mMapStylingDock = new QDockWidget( this ); |
|
|
mMapStylingDock->setWindowTitle( tr( "Map Styling" ) ); |
|
|
mMapStylingDock->setObjectName( "MapStyling" ); |
|
|
mMapStyleWidget = new QgsMapStylingWidget( mMapCanvas ); |
|
|
mMapStylingDock->setWidget( mMapStyleWidget ); |
|
|
connect( mMapStyleWidget, SIGNAL( styleChanged( QgsMapLayer* ) ), this, SLOT( updateLabelToolButtons() ) ); |
|
|