mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -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()
|
QgsAuxiliaryStorage::~QgsAuxiliaryStorage()
|
||||||
{
|
{
|
||||||
|
if ( QFile::exists( mTmpFileName ) )
|
||||||
QFile::remove( mTmpFileName );
|
QFile::remove( mTmpFileName );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user