mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
commit
019f121720
@ -497,7 +497,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
|
||||
|
||||
struct RangeData
|
||||
{
|
||||
RangeData() {}
|
||||
RangeData() { mMin = QVariant(0); mMax = QVariant(5); mStep = QVariant(1);}
|
||||
RangeData( QVariant theMin, QVariant theMax, QVariant theStep )
|
||||
: mMin( theMin ), mMax( theMax ), mStep( theStep ) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user