Add missing SIP_DEPRECATED

This commit is contained in:
Nyall Dawson 2018-05-03 16:34:46 +10:00
parent 1e7d479321
commit 5c9366605a
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ on all attribute widgets.
signals:
void attributeChanged( const QString &attribute, const QVariant &value );
void attributeChanged( const QString &attribute, const QVariant &value ) /Deprecated/;
%Docstring
Notifies about changes of attributes

View File

@ -180,7 +180,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
* \param value The new value of the attribute.
* \deprecated since 3.0
*/
Q_DECL_DEPRECATED void attributeChanged( const QString &attribute, const QVariant &value );
Q_DECL_DEPRECATED void attributeChanged( const QString &attribute, const QVariant &value ) SIP_DEPRECATED;
/**
* Notifies about changes of attributes