Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing docs
  • Loading branch information
nyalldawson committed May 25, 2016
1 parent 7f48ea4 commit 1132eb9
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -37,6 +37,13 @@ class GUI_EXPORT QgsRelationReferenceSearchWidgetWrapper : public QgsSearchWidge
Q_OBJECT

public:

/** Constructor for QgsRelationReferenceSearchWidgetWrapper
* @param vl associated vector layer
* @param fieldIdx associated field index
* @param canvas optional map canvas
* @param parent parent widget
*/
explicit QgsRelationReferenceSearchWidgetWrapper( QgsVectorLayer* vl, int fieldIdx, QgsMapCanvas* canvas, QWidget* parent = nullptr );
bool applyDirectly() override;
QString expression() override;
Expand Down

0 comments on commit 1132eb9

Please sign in to comment.