Skip to content

Commit 838864f

Browse files
committed
Update src/core/qgsproject.h
defined projectSaved() SIGNAL emitted when the project file has been written and closed
1 parent 9cced9e commit 838864f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/qgsproject.h

+3
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ class CORE_EXPORT QgsProject : public QObject
332332
//! emitted when project is being written
333333
void writeProject( QDomDocument & );
334334

335+
//! emitted when the project file has been written and closed
336+
void projectSaved();
337+
335338
//! emitted when an old project file is read.
336339
void oldProjectVersionWarning( QString );
337340

0 commit comments

Comments
 (0)