##// END OF EJS Templates
Fixed QChartGlobal include statement in QLegend header
Tero Ahola -
r1836:acc40072f562
parent child
Show More
@@ -21,7 +21,7
21 21 #ifndef QLEGEND_H
22 22 #define QLEGEND_H
23 23
24 #include <QChartGlobal>
24 #include <qchartglobal.h>
25 25 #include <QGraphicsWidget>
26 26 #include <QPen>
27 27 #include <QBrush>
General Comments 0
You need to be logged in to leave comments. Login now