Skip to content

Commit

Permalink
Fix dox warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2019
1 parent 10a1b15 commit 249a27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/auto_generated/qgstextformatwidget.sip.in
Expand Up @@ -108,6 +108,7 @@ Constructor for QgsTextFormatWidget.
:param mapCanvas: associated map canvas
:param parent: parent widget
:param mode: widget mode
:param layer: associated vector layer
%End

void updateWidgetForFormat( const QgsTextFormat &format );
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgstextformatwidget.h
Expand Up @@ -118,6 +118,7 @@ class GUI_EXPORT QgsTextFormatWidget : public QWidget, public QgsExpressionConte
* \param mapCanvas associated map canvas
* \param parent parent widget
* \param mode widget mode
* \param layer associated vector layer
*/
QgsTextFormatWidget( QgsMapCanvas *mapCanvas, QWidget *parent SIP_TRANSFERTHIS, Mode mode, QgsVectorLayer *layer = nullptr );

Expand Down

0 comments on commit 249a27b

Please sign in to comment.