Skip to content

Commit

Permalink
Fix docs on projectDirty
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Mar 5, 2018
1 parent 894c550 commit 8d2b3be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsproject.h
Expand Up @@ -1094,6 +1094,8 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
* Emitted when the project dirty status changes.
*
* \param dirty True if the project is in a dirty state and has pending unsaved changes.
* \since QGIS 3.2
*
*/
void projectDirty( const bool dirty );

Expand Down

0 comments on commit 8d2b3be

Please sign in to comment.