Skip to content

Commit

Permalink
Update src/core/qgsproject.cpp
Browse files Browse the repository at this point in the history
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.
2 changes: 2 additions & 0 deletions src/core/qgsproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,8 @@ bool QgsProject::write()

dirty( false ); // reset to pristine state

emit projectSaved();

return true;
} // QgsProject::write

Expand Down

0 comments on commit 9cced9e

Please sign in to comment.