##// END OF EJS Templates
Fixed a few issues in chartsnamespace, legend and pie headers
Tero Ahola -
r1936:f1022eb20b65
parent child
Show More
@@ -19,7 +19,7
19 19 ****************************************************************************/
20 20
21 21 #ifndef CHARTSNAMESPACE_H
22 #define MACROINCLUDE_H
22 #define CHARTSNAMESPACE_H
23 23
24 24 // this is needed by the designer plugin.
25 25
@@ -28,15 +28,12
28 28
29 29 QTCOMMERCIALCHART_BEGIN_NAMESPACE
30 30
31 class Domain;
32 class LegendMarker;
33 31 class QPieSlice;
34 32 class QXYSeries;
35 33 class QBarSet;
36 34 class QAbstractBarSeries;
37 35 class QPieSeries;
38 36 class QAreaSeries;
39 class LegendScrollButton;
40 37 class QChart;
41 38 class QLegendPrivate;
42 39
@@ -38,6 +38,8 class QChart;
38 38 class ChartPresenter;
39 39 class QAbstractSeries;
40 40 class LegendLayout;
41 class LegendMarker;
42 class Domain;
41 43
42 44 class QLegendPrivate : public QObject
43 45 {
@@ -26,7 +26,6
26 26
27 27 QTCOMMERCIALCHART_BEGIN_NAMESPACE
28 28 class QPieSeriesPrivate;
29 //class QPieSlice;
30 29
31 30 class QTCOMMERCIALCHART_EXPORT QPieSeries : public QAbstractSeries
32 31 {
General Comments 0
You need to be logged in to leave comments. Login now