@@ -37,6 +37,10 QBarSeries::QBarSeries(QStringList categories, QObject *parent) | |||||
37 | : QSeries(parent) |
|
37 | : QSeries(parent) | |
38 | ,mModel(new BarChartModel(categories, this)) |
|
38 | ,mModel(new BarChartModel(categories, this)) | |
39 | { |
|
39 | { | |
|
40 | m_model = NULL; | |||
|
41 | m_mapCategories = -1; | |||
|
42 | m_mapBarBottom - 1; | |||
|
43 | m_mapBarTop - 1; | |||
40 | } |
|
44 | } | |
41 |
|
45 | |||
42 | /*! |
|
46 | /*! |
General Comments 0
You need to be logged in to leave comments.
Login now