mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Add missing SIP_DEPRECATED
This commit is contained in:
parent
1e7d479321
commit
5c9366605a
@ -139,7 +139,7 @@ on all attribute widgets.
|
|||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
||||||
void attributeChanged( const QString &attribute, const QVariant &value );
|
void attributeChanged( const QString &attribute, const QVariant &value ) /Deprecated/;
|
||||||
%Docstring
|
%Docstring
|
||||||
Notifies about changes of attributes
|
Notifies about changes of attributes
|
||||||
|
|
||||||
|
|||||||
@ -180,7 +180,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
|
|||||||
* \param value The new value of the attribute.
|
* \param value The new value of the attribute.
|
||||||
* \deprecated since 3.0
|
* \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
|
* Notifies about changes of attributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user