##// END OF EJS Templates
minor fix
Marek Rosa -
r1602:1a4e98ae768d
parent child
Show More
@@ -283,7 +283,7 void QBarSet::append(const qreal value)
283 283 // Convert to QPointF
284 284 int index = d_ptr->m_values.count();
285 285 d_ptr->append(QPointF(d_ptr->m_values.count(), value));
286 emit valuesAdded(index,1);
286 emit valuesAdded(index, 1);
287 287 }
288 288
289 289 /*!
@@ -365,7 +365,7 void tst_qbarmodelmapper::seriesUpdated()
365 365 newBarSet_1->append(103);
366 366 newBarSets.append(newBarSet_1);
367 367
368 QBarSet* newBarSet_2 = new QBarSet("New_1");
368 QBarSet* newBarSet_2 = new QBarSet("New_2");
369 369 newBarSet_2->append(201);
370 370 newBarSet_2->append(202);
371 371 newBarSet_2->append(203);
General Comments 0
You need to be logged in to leave comments. Login now