We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3d5e67e commit cb430c1Copy full SHA for cb430c1
src/gui/qgsattributeform.cpp
@@ -734,7 +734,7 @@ void QgsAttributeForm::onAttributeChanged( const QVariant &value )
734
{
735
Q_NOWARN_DEPRECATED_PUSH
736
emit attributeChanged( eww->field().name(), value );
737
- Q_NOWARN_DEPRECATED_PUSH
+ Q_NOWARN_DEPRECATED_POP
738
emit widgetValueChanged( eww->field().name(), value, !mIsSettingFeature );
739
740
signalEmitted = true;
@@ -773,7 +773,7 @@ void QgsAttributeForm::onAttributeChanged( const QVariant &value )
773
774
775
776
777
778
}
779
0 commit comments