Skip to content

Commit ed7ccf2

Browse files
author
macho
committed
revert to marcos 0 instead of NULL - sorry for commiting that
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15415 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a9f4e80 commit ed7ccf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ QgisApp::~QgisApp()
626626
removeAnnotationItems();
627627

628628
// cancel request for FileOpen events
629-
QgsApplication::setFileOpenEventReceiver( NULL );
629+
QgsApplication::setFileOpenEventReceiver( 0 );
630630

631631
// delete map layer registry and provider registry
632632
QgsApplication::exitQgis();

0 commit comments

Comments
 (0)