Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 25, 2020
1 parent aeca368 commit 29922e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/auto_generated/qgshighlightablelineedit.sip.in
Expand Up @@ -22,7 +22,11 @@ A QgsFilterLineEdit subclass with the ability to "highlight" the edges of the wi
#include "qgshighlightablelineedit.h"
%End
public:

QgsHighlightableLineEdit( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsHighlightableLineEdit, with the specified ``parent`` widget.
%End

bool isHighlighted() const;
%Docstring
Expand Down
4 changes: 4 additions & 0 deletions src/gui/qgshighlightablelineedit.h
Expand Up @@ -35,6 +35,10 @@ class GUI_EXPORT QgsHighlightableLineEdit: public QgsFilterLineEdit
Q_OBJECT

public:

/**
* Constructor for QgsHighlightableLineEdit, with the specified \a parent widget.
*/
QgsHighlightableLineEdit( QWidget *parent SIP_TRANSFERTHIS = nullptr );

/**
Expand Down

0 comments on commit 29922e0

Please sign in to comment.