Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3cea33

Browse files
authoredJan 28, 2019
declare metatype for QgsDefaultValue
1 parent 3a19182 commit a3cea33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsdefaultvalue.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ class CORE_EXPORT QgsDefaultValue
102102
bool mApplyOnUpdate = false;
103103
};
104104

105+
Q_DECLARE_METATYPE( QgsDefaultValue )
106+
105107
#endif // QGSDEFAULTVALUE_H

0 commit comments

Comments
 (0)
Please sign in to comment.