Skip to content
Permalink
Browse files
Merge pull request #335 from giohappy/master
projectSaved SIGNAL added to QgsProject
  • Loading branch information
mach0 committed Nov 26, 2012
2 parents 9f71d9f + 838864f commit 677c9ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
@@ -1064,6 +1064,8 @@ bool QgsProject::write()

dirty( false ); // reset to pristine state

emit projectSaved();

return true;
} // QgsProject::write

@@ -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 );

0 comments on commit 677c9ca

Please sign in to comment.