Fix saveAs

This commit is contained in:
Blottiere Paul 2017-08-30 13:36:06 +01:00
parent ae09135926
commit 1a24af1b8b

View File

@ -426,8 +426,6 @@ void QgsProject::setFileName( const QString &name )
if ( newHomePath != oldHomePath )
emit homePathChanged();
mArchive->clear();
setDirty( true );
}