0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Update code

This commit is contained in:
Emil Sawicki
2022-01-27 19:57:53 +01:00
parent 0369137800
commit 7a4b3646e3
4 changed files with 3 additions and 20 deletions

View File

@@ -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;
};
};