Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing documentation
  • Loading branch information
nirvn authored and nyalldawson committed May 31, 2021
1 parent a8cad4a commit bd9fd63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/auto_generated/qgspixmaplabel.sip.in
Expand Up @@ -49,7 +49,11 @@ determined from the width with the given aspect ratio.
void setPixmap( const QPixmap & );
virtual void resizeEvent( QResizeEvent * );


void clear();
%Docstring
Clears any label contents.
%End

};

Expand Down
2 changes: 2 additions & 0 deletions src/gui/qgspixmaplabel.h
Expand Up @@ -53,6 +53,8 @@ class GUI_EXPORT QgsPixmapLabel : public QLabel

void setPixmap( const QPixmap & );
void resizeEvent( QResizeEvent * ) override;

//! Clears any label contents.
void clear();

private:
Expand Down

0 comments on commit bd9fd63

Please sign in to comment.