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
  • Loading branch information
jef-n committed Sep 27, 2015
1 parent 3c324c9 commit a77e3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4436,6 +4436,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() );
mProjectLastModified = fullPath.lastModified();
}
else
{
Expand Down

0 comments on commit a77e3bf

Please sign in to comment.