We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent daaf660 commit d60eb78Copy full SHA for d60eb78
src/app/qgisapp.cpp
@@ -626,7 +626,7 @@ QgisApp::~QgisApp()
626
removeAnnotationItems();
627
628
// cancel request for FileOpen events
629
- QgsApplication::setFileOpenEventReceiver( nil );
+ QgsApplication::setFileOpenEventReceiver( 0 );
630
631
// delete map layer registry and provider registry
632
QgsApplication::exitQgis();
0 commit comments