Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 5, 2020
1 parent 7fbc8a4 commit 5f50322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1681,7 +1681,7 @@ QgisApp::QgisApp()
mMapCanvas = new QgsMapCanvas();
connect( mMapCanvas, &QgsMapCanvas::messageEmitted, this, &QgisApp::displayMessage );
QgsCanvasRefreshBlocker refreshBlocker;
QgsLayerTreeView( this );
mLayerTreeView = new QgsLayerTreeView( this );
QgsLayerTreeModel *model = new QgsLayerTreeModel( QgsProject::instance()->layerTreeRoot(), this );
mLayerTreeView->setModel( model );
mUndoWidget = new QgsUndoWidget( nullptr, mMapCanvas );
Expand Down

0 comments on commit 5f50322

Please sign in to comment.