Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 9, 2016
1 parent 61d243e commit acc84bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/editorwidgets/qgsrelationwidgetwrapper.h
Expand Up @@ -38,6 +38,11 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper

public slots:
void setFeature( const QgsFeature& feature ) override;

/** Sets the visibility of the wrapper's widget.
* @param visible set to true to show widget, false to hide widget
* @note added in QGIS 2.16
*/
void setVisible( bool visible );

private:
Expand Down

0 comments on commit acc84bf

Please sign in to comment.