mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Fix default values in axis property editor
This commit is contained in:
@@ -18,6 +18,7 @@ class AxisData : public QObject
|
||||
public:
|
||||
AxisData(QObject *parent = nullptr);
|
||||
|
||||
QString toString() const;
|
||||
void copy(AxisData *other);
|
||||
void update();
|
||||
void update(qreal minValue, qreal maxValue);
|
||||
|
||||
Reference in New Issue
Block a user