mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Add missing SIP_DEPRECATED
This commit is contained in:
parent
1e7d479321
commit
5c9366605a
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user