mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Update code
This commit is contained in:
@@ -21,9 +21,6 @@ public:
|
||||
|
||||
qreal delta() const;
|
||||
|
||||
bool reverseDirection() const;
|
||||
void setReverseDirection(bool reverseDirection);
|
||||
|
||||
private:
|
||||
void calculateValuesAboveMax(qreal minValue, qreal maxValue, int segments);
|
||||
|
||||
@@ -34,7 +31,6 @@ private:
|
||||
qreal m_step;
|
||||
qreal m_delta;
|
||||
int m_segmentCount;
|
||||
bool m_reverseDirection;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user