mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
Add missing documentation
This commit is contained in:
parent
7edd13d211
commit
d3fa9cb15b
@ -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
|
||||
|
||||
};
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user