mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Fix property
This commit is contained in:
parent
e46522fe0f
commit
de079e9b14
@ -34,7 +34,7 @@ class GUI_EXPORT QgsScaleMethodWidget : public QWidget
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
Q_PROPERTY( int scaleMethod READ scaleMethod WRITE setScaleMethod NOTIFY methodChanged )
|
Q_PROPERTY( Qgis::ScaleCalculationMethod scaleMethod READ scaleMethod WRITE setScaleMethod NOTIFY methodChanged )
|
||||||
|
|
||||||
//! Constructor for QgsScaleMethodWidget, with the specified \a parent widget
|
//! Constructor for QgsScaleMethodWidget, with the specified \a parent widget
|
||||||
QgsScaleMethodWidget( QWidget *parent SIP_TRANSFERTHIS = nullptr );
|
QgsScaleMethodWidget( QWidget *parent SIP_TRANSFERTHIS = nullptr );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user