Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rename QgsEditFormConfig::expression to constraintExpression (#3509)
And QgsEditFormConfig::expressionDescription to constraintDescription. Because only a verbose API is a good API.
- Loading branch information
Showing
with
78 additions
and 46 deletions.
- +4 −0 doc/api_break.dox
- +22 −8 python/core/qgseditformconfig.sip
- +4 −4 src/app/qgsfieldsproperties.cpp
- +5 −5 src/core/qgseditformconfig.cpp
- +22 −8 src/core/qgseditformconfig.h
- +4 −4 src/gui/editorwidgets/core/qgseditorwidgetregistry.cpp
- +2 −2 src/gui/editorwidgets/core/qgseditorwidgetwrapper.cpp
- +2 −2 src/gui/qgsattributeform.cpp
- +13 −13 tests/src/gui/testqgsattributeform.cpp