summaryrefslogtreecommitdiffstats
path: root/examples/widget/chart.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-08-09 08:29:55 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-08-09 08:48:10 +0300
commitdde2aa073bc348b35b1148d3b25e914b4f9ce3d9 (patch)
treee3bd7f6d87d19dca4b938d136cd661caae69e325 /examples/widget/chart.h
parent44871935507e215c9d7881911a1c9ade81cf5770 (diff)
Changed "tick" to "segment"
Talking about tick count was misleading, since we are counting the segments between ticks instead of ticks themselves. Changed the term accordingly to reduce confusion. Change-Id: Ic044b179a950083ba9116173a424b865ebb5785a Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/widget/chart.h')
-rw-r--r--examples/widget/chart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widget/chart.h b/examples/widget/chart.h
index a35f76f9..612447b7 100644
--- a/examples/widget/chart.h
+++ b/examples/widget/chart.h
@@ -98,8 +98,8 @@ private:
float m_barSpacingX;
float m_barSpacingZ;
int m_fontSize;
- int m_ticks;
- int m_subTicks;
+ int m_segments;
+ int m_subSegments;
qreal m_minval;
qreal m_maxval;
QStringList m_genericRowLabels;