mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Add missing documentation
This commit is contained in:
parent
ceb1e5bedc
commit
ae7d8b40c0
@ -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