We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c324c9 commit a77e3bfCopy full SHA for a77e3bf
src/app/qgisapp.cpp
@@ -4436,6 +4436,7 @@ void QgisApp::fileSaveAs()
4436
statusBar()->showMessage( tr( "Saved project to: %1" ).arg( QgsProject::instance()->fileName() ), 5000 );
4437
// add this to the list of recently used project files
4438
saveRecentProjectPath( fullPath.filePath() );
4439
+ mProjectLastModified = fullPath.lastModified();
4440
}
4441
else
4442
{
0 commit comments