mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix build error
This commit is contained in:
parent
ebe4f92ba9
commit
69eb7ebe62
@ -75,7 +75,7 @@ class GUI_EXPORT QgsGeometryRubberBand: public QgsMapCanvasItem
|
|||||||
/** Sets outline width*/
|
/** Sets outline width*/
|
||||||
void setOutlineWidth( int width );
|
void setOutlineWidth( int width );
|
||||||
/** Sets pen style*/
|
/** Sets pen style*/
|
||||||
void setLineStyle( Qt::PenStyle penStyle )
|
void setLineStyle( Qt::PenStyle penStyle );
|
||||||
/** Sets brush style*/
|
/** Sets brush style*/
|
||||||
void setBrushStyle( Qt::BrushStyle brushStyle );
|
void setBrushStyle( Qt::BrushStyle brushStyle );
|
||||||
/** Sets vertex marker icon type*/
|
/** Sets vertex marker icon type*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user