Skip to content

Commit 5c93666

Browse files
committedMay 3, 2018
Add missing SIP_DEPRECATED
1 parent 1e7d479 commit 5c93666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/gui/qgsattributeform.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ on all attribute widgets.
139139

140140
signals:
141141

142-
void attributeChanged( const QString &attribute, const QVariant &value );
142+
void attributeChanged( const QString &attribute, const QVariant &value ) /Deprecated/;
Code has comments. Press enter to view.
143143
%Docstring
144144
Notifies about changes of attributes
145145

‎src/gui/qgsattributeform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
180180
* \param value The new value of the attribute.
181181
* \deprecated since 3.0
182182
*/
183-
Q_DECL_DEPRECATED void attributeChanged( const QString &attribute, const QVariant &value );
183+
Q_DECL_DEPRECATED void attributeChanged( const QString &attribute, const QVariant &value ) SIP_DEPRECATED;
184184

185185
/**
186186
* Notifies about changes of attributes

0 commit comments

Comments
 (0)
Please sign in to comment.