16 #ifndef QGSAPPLICATIONEXITBLOCKERINTERFACE_H 
   17 #define QGSAPPLICATIONEXITBLOCKERINTERFACE_H 
   20 #include <QStringList> 
An interface that may be implemented to allow plugins or scripts to temporarily block the QGIS applic...
virtual bool allowExit()=0
Called whenever the QGIS application has been asked to exit by a user.
virtual ~QgsApplicationExitBlockerInterface()