Skip to content

Commit d8d7a3c

Browse files
committedSep 27, 2015
update project last modification date after save as (fixes #13420)
(cherry picked from commit a77e3bf)
1 parent 0cbbe2c commit d8d7a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4275,6 +4275,7 @@ void QgisApp::fileSaveAs()
42754275
statusBar()->showMessage( tr( "Saved project to: %1" ).arg( QgsProject::instance()->fileName() ), 5000 );
42764276
// add this to the list of recently used project files
42774277
saveRecentProjectPath( fullPath.filePath(), settings );
4278+
mProjectLastModified = fullPath.lastModified();
42784279
}
42794280
else
42804281
{

0 commit comments

Comments
 (0)
Please sign in to comment.