@@ -169,9 +169,8 void BarChartItem::setLayout(const QVector<QRectF> &layout) | |||||
169 | } |
|
169 | } | |
170 | //handlers |
|
170 | //handlers | |
171 |
|
171 | |||
172 |
void BarChartItem::handleModelChanged( |
|
172 | void BarChartItem::handleModelChanged() | |
173 | { |
|
173 | { | |
174 | Q_UNUSED(index) |
|
|||
175 | dataChanged(); |
|
174 | dataChanged(); | |
176 | } |
|
175 | } | |
177 |
|
176 |
@@ -58,7 +58,7 public: | |||||
58 | QRectF geometry() const { return m_rect;} |
|
58 | QRectF geometry() const { return m_rect;} | |
59 |
|
59 | |||
60 | public Q_SLOTS: |
|
60 | public Q_SLOTS: | |
61 |
void handleModelChanged( |
|
61 | void handleModelChanged(); | |
62 | void handleDomainChanged(qreal minX, qreal maxX, qreal minY, qreal maxY); |
|
62 | void handleDomainChanged(qreal minX, qreal maxX, qreal minY, qreal maxY); | |
63 | void handleGeometryChanged(const QRectF &size); |
|
63 | void handleGeometryChanged(const QRectF &size); | |
64 | void handleLayoutChanged(); |
|
64 | void handleLayoutChanged(); |
General Comments 0
You need to be logged in to leave comments.
Login now