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