Skip to content

Commit

Permalink
Update src/core/qgsproject.h
Browse files Browse the repository at this point in the history
defined projectSaved() SIGNAL emitted when the project file has been written and closed
  • Loading branch information
giohappy committed Nov 21, 2012
1 parent 9cced9e commit 838864f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsproject.h
Expand Up @@ -332,6 +332,9 @@ class CORE_EXPORT QgsProject : public QObject
//! emitted when project is being written
void writeProject( QDomDocument & );

//! emitted when the project file has been written and closed
void projectSaved();

//! emitted when an old project file is read.
void oldProjectVersionWarning( QString );

Expand Down

0 comments on commit 838864f

Please sign in to comment.