##// END OF EJS Templates
Removed gdpbarchart from demos docs
Marek Rosa -
r947:8669b640bdbc
parent child
Show More
@@ -14,7 +14,6
14 14 <td valign="top">
15 15 <ul>
16 16 <li><a href="demos-chartthemes.html">Chart themes</a></li>
17 <li><a href="demos-gdpbarchart.html">GDP bar chart</a></li>
18 17 <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li>
19 18 </ul>
20 19 </td>
@@ -658,7 +658,7 void QBarSeriesPrivate::setModelMapping(int categories, int bottomBoundry, int t
658 658 {
659 659 Q_Q(QBarSeries);
660 660
661 if (!m_model)
661 if (m_model == 0)
662 662 return;
663 663
664 664 m_mapCategories = categories;
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now