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