Skip to content

Commit

Permalink
update project last modification date after save as (fixes #13420)
Browse files Browse the repository at this point in the history
(cherry picked from commit a77e3bf)
  • Loading branch information
jef-n committed Sep 27, 2015
1 parent 0cbbe2c commit d8d7a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -4275,6 +4275,7 @@ void QgisApp::fileSaveAs()
statusBar()->showMessage( tr( "Saved project to: %1" ).arg( QgsProject::instance()->fileName() ), 5000 );
// add this to the list of recently used project files
saveRecentProjectPath( fullPath.filePath(), settings );
mProjectLastModified = fullPath.lastModified();
}
else
{
Expand Down

0 comments on commit d8d7a3c

Please sign in to comment.