##// END OF EJS Templates
Fixes plugin naming mismatch
Michal Klocek -
r1215:69e818b7432f
parent child
Show More
@@ -17,7 +17,7 QChartsPlugin::~QChartsPlugin()
17 17
18 18 QString QChartsPlugin::name() const
19 19 {
20 return "QCharts";
20 return "QChartView";
21 21 }
22 22
23 23 QString QChartsPlugin::includeFile() const
General Comments 0
You need to be logged in to leave comments. Login now