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