Add missing binding

This commit is contained in:
Nyall Dawson 2016-04-05 18:23:11 +10:00
parent 673a86040d
commit acb9281956

View File

@ -71,6 +71,11 @@ class QgsRelationReferenceWidget : QWidget
//! if no feature is related, it returns an invalid feature
QgsFeature referencedFeature();
/** Sets the widget to display in an indeterminate "mixed value" state.
* @note added in QGIS 2.16
*/
void showIndeterminateState();
public slots:
//! open the form of the related feature in a new dialog
void openForm();