Skip to content

Commit

Permalink
Fix saveAs
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 9, 2017
1 parent ae09135 commit 1a24af1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ void QgsProject::setFileName( const QString &name )
if ( newHomePath != oldHomePath )
emit homePathChanged();

mArchive->clear();

setDirty( true );
}

Expand Down

0 comments on commit 1a24af1

Please sign in to comment.