Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 19, 2020
1 parent 1affb0c commit 606e4ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/core/qgsapplication.cpp
Expand Up @@ -2376,17 +2376,6 @@ QgsApplication::ApplicationMembers::ApplicationMembers()
mScaleBarRendererRegistry = new QgsScaleBarRendererRegistry();
mProfiler->end();
}
mBasemapPathRegistry = new QgsBasemapPathRegistry();
mLayoutItemRegistry = new QgsLayoutItemRegistry();
mLayoutItemRegistry->populate();
mAnnotationRegistry = new QgsAnnotationRegistry();
m3DRendererRegistry = new Qgs3DRendererRegistry();
mProjectStorageRegistry = new QgsProjectStorageRegistry();
mNetworkContentFetcherRegistry = new QgsNetworkContentFetcherRegistry();
mValidityCheckRegistry = new QgsValidityCheckRegistry();
mClassificationMethodRegistry = new QgsClassificationMethodRegistry();
mBookmarkManager = new QgsBookmarkManager( nullptr );
mScaleBarRendererRegistry = new QgsScaleBarRendererRegistry();
}

QgsApplication::ApplicationMembers::~ApplicationMembers()
Expand Down

0 comments on commit 606e4ca

Please sign in to comment.