Skip to content
Permalink
Browse files
Update src/core/qgsproject.cpp
emit projectSaved SIGNAL when the project file is saved and closed
  • Loading branch information
giohappy committed Nov 21, 2012
1 parent 17c5e37 commit 9cced9e
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1064,6 +1064,8 @@ bool QgsProject::write()

dirty( false ); // reset to pristine state

emit projectSaved();

return true;
} // QgsProject::write

0 comments on commit 9cced9e

Please sign in to comment.