@@ -44,7 +44,6 void QChartAxisCategories::clear() | |||
|
44 | 44 | int QChartAxisCategories::count() |
|
45 | 45 | { |
|
46 | 46 | return m_map.count(); |
|
47 | emit updated(); | |
|
48 | 47 | } |
|
49 | 48 | |
|
50 | 49 | QList<qreal> QChartAxisCategories::values() const |
@@ -248,7 +248,6 void ChartDataSet::calculateDomain(QSeries* series,Domain* domain) | |||
|
248 | 248 | default: { |
|
249 | 249 | qDebug()<<__FUNCTION__<<"type" << series->type()<<"not supported"; |
|
250 | 250 | return; |
|
251 | break; | |
|
252 | 251 | } |
|
253 | 252 | |
|
254 | 253 | } |
@@ -52,7 +52,7 class Marker: public QAbstractGraphicsShapeItem | |||
|
52 | 52 | |
|
53 | 53 | public: |
|
54 | 54 | |
|
55 | Marker(QAbstractGraphicsShapeItem *item , ScatterChartItem *parent) : QAbstractGraphicsShapeItem(0) ,m_item(item), m_parent(parent) | |
|
55 | Marker(QAbstractGraphicsShapeItem *item , ScatterChartItem *parent) : QAbstractGraphicsShapeItem(0) ,m_item(item), m_parent(parent), m_index(-1) | |
|
56 | 56 | { |
|
57 | 57 | }; |
|
58 | 58 |
General Comments 0
You need to be logged in to leave comments.
Login now