From 1a24af1b8bafc79c00dfa23c017b5d77ffe17ba1 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Wed, 30 Aug 2017 13:36:06 +0100 Subject: [PATCH] Fix saveAs --- src/core/qgsproject.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/qgsproject.cpp b/src/core/qgsproject.cpp index c1f7836d8c5..fb96e8a9102 100644 --- a/src/core/qgsproject.cpp +++ b/src/core/qgsproject.cpp @@ -426,8 +426,6 @@ void QgsProject::setFileName( const QString &name ) if ( newHomePath != oldHomePath ) emit homePathChanged(); - mArchive->clear(); - setDirty( true ); }