Skip to content

Commit acb9281

Browse files
committed
Add missing binding
1 parent 673a860 commit acb9281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/gui/editorwidgets/qgsrelationreferencewidget.sip

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ class QgsRelationReferenceWidget : QWidget
7171
//! if no feature is related, it returns an invalid feature
7272
QgsFeature referencedFeature();
7373

74+
/** Sets the widget to display in an indeterminate "mixed value" state.
75+
* @note added in QGIS 2.16
76+
*/
77+
void showIndeterminateState();
78+
7479
public slots:
7580
//! open the form of the related feature in a new dialog
7681
void openForm();

0 commit comments

Comments
 (0)