Skip to content

Commit

Permalink
fix sip
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed May 31, 2016
1 parent 9ddb441 commit a636319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/gui/editorwidgets/core/qgseditorwidgetwrapper.sip
Expand Up @@ -112,8 +112,10 @@ class QgsEditorWidgetWrapper : QgsWidgetWrapper
void valueChanged( const QVariant& value );

/**
* Emit this signal when the constraint status changed.
* @brief constraintStatusChanged
* @param constraint
* @param constraint represented as a string
* @param err the error represented as a string. Empty if none.
* @param status
*/
void constraintStatusChanged( const QString& constraint, const QString& err, bool status );
Expand Down

0 comments on commit a636319

Please sign in to comment.