mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Update qgsauxiliarystorage.cpp
This commit is contained in:
parent
bf245dce69
commit
d2bd0bd8ae
@ -635,6 +635,7 @@ QgsAuxiliaryStorage::QgsAuxiliaryStorage( const QString &filename, bool copy )
|
||||
|
||||
QgsAuxiliaryStorage::~QgsAuxiliaryStorage()
|
||||
{
|
||||
if ( QFile::exists( mTmpFileName ) )
|
||||
QFile::remove( mTmpFileName );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user