mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fixes build
This commit is contained in:
parent
a6a3e0b1d4
commit
b4be0ce791
@ -1311,7 +1311,7 @@ QgisApp::QgisApp()
|
||||
mMapCanvas->freeze();
|
||||
mLayerTreeView = new QgsLayerTreeView( this );
|
||||
mUndoWidget = new QgsUndoWidget( nullptr, mMapCanvas );
|
||||
mUserInputDockWidget = new QgsUserInputDockWidget( this );
|
||||
mUserInputDockWidget = new QgsUserInputWidget( this );
|
||||
mInfoBar = new QgsMessageBar( centralWidget() );
|
||||
mAdvancedDigitizingDockWidget = new QgsAdvancedDigitizingDockWidget( mMapCanvas, this );
|
||||
mPanelMenu = new QMenu( this );
|
||||
|
Loading…
x
Reference in New Issue
Block a user