Skip to content

Commit 9cced9e

Browse files
committed
Update src/core/qgsproject.cpp
emit projectSaved SIGNAL when the project file is saved and closed
1 parent 17c5e37 commit 9cced9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgsproject.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,8 @@ bool QgsProject::write()
10641064

10651065
dirty( false ); // reset to pristine state
10661066

1067+
emit projectSaved();
1068+
10671069
return true;
10681070
} // QgsProject::write
10691071

0 commit comments

Comments
 (0)