mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix dox warning
This commit is contained in:
parent
10a1b1548b
commit
249a27b003
@ -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 );
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user