summaryrefslogtreecommitdiffstats
path: root/tests/barstest/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest/chart.h')
-rw-r--r--tests/barstest/chart.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/barstest/chart.h b/tests/barstest/chart.h
index 2b323a2f..5d29cc86 100644
--- a/tests/barstest/chart.h
+++ b/tests/barstest/chart.h
@@ -95,16 +95,16 @@ private:
QColorDialog *m_colorDialog;
int m_columnCount;
int m_rowCount;
- qreal m_xRotation;
- qreal m_yRotation;
+ float m_xRotation;
+ float m_yRotation;
bool m_static;
- qreal m_barSpacingX;
- qreal m_barSpacingZ;
+ float m_barSpacingX;
+ float m_barSpacingZ;
int m_fontSize;
int m_segments;
int m_subSegments;
- qreal m_minval;
- qreal m_maxval;
+ float m_minval;
+ float m_maxval;
QStringList m_months;
QStringList m_years;
QPoint m_selectedBar;