##// END OF EJS Templates
minor fix
Marek Rosa -
r1602:1a4e98ae768d
parent child
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -365,7 +365,7 void tst_qbarmodelmapper::seriesUpdated()
365 newBarSet_1->append(103);
365 newBarSet_1->append(103);
366 newBarSets.append(newBarSet_1);
366 newBarSets.append(newBarSet_1);
367
367
368 QBarSet* newBarSet_2 = new QBarSet("New_1");
368 QBarSet* newBarSet_2 = new QBarSet("New_2");
369 newBarSet_2->append(201);
369 newBarSet_2->append(201);
370 newBarSet_2->append(202);
370 newBarSet_2->append(202);
371 newBarSet_2->append(203);
371 newBarSet_2->append(203);
General Comments 0
You need to be logged in to leave comments. Login now