Skip to content

Commit 1a24af1

Browse files
committedOct 9, 2017
Fix saveAs
1 parent ae09135 commit 1a24af1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/core/qgsproject.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ void QgsProject::setFileName( const QString &name )
426426
if ( newHomePath != oldHomePath )
427427
emit homePathChanged();
428428

429-
mArchive->clear();
430-
431429
setDirty( true );
432430
}
433431

0 commit comments

Comments
 (0)
Please sign in to comment.