Skip to content

Commit

Permalink
declare metatype for QgsDefaultValue (#9011)
Browse files Browse the repository at this point in the history
* declare metatype for QgsDefaultValue

* sipify
  • Loading branch information
3nids committed Jan 29, 2019
1 parent 6eaa511 commit 82ec141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsdefaultvalue.sip.in
Expand Up @@ -80,6 +80,7 @@ Returns if this default value should be applied.

};


/************************************************************************
* This file has been generated automatically from *
* *
Expand Down
2 changes: 2 additions & 0 deletions src/core/qgsdefaultvalue.h
Expand Up @@ -102,4 +102,6 @@ class CORE_EXPORT QgsDefaultValue
bool mApplyOnUpdate = false;
};

Q_DECLARE_METATYPE( QgsDefaultValue )

#endif // QGSDEFAULTVALUE_H

0 comments on commit 82ec141

Please sign in to comment.