##// 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 #ifndef CHARTSNAMESPACE_H
21 #ifndef CHARTSNAMESPACE_H
22 #define MACROINCLUDE_H
22 #define CHARTSNAMESPACE_H
23
23
24 // this is needed by the designer plugin.
24 // this is needed by the designer plugin.
25
25
@@ -28,15 +28,12
28
28
29 QTCOMMERCIALCHART_BEGIN_NAMESPACE
29 QTCOMMERCIALCHART_BEGIN_NAMESPACE
30
30
31 class Domain;
32 class LegendMarker;
33 class QPieSlice;
31 class QPieSlice;
34 class QXYSeries;
32 class QXYSeries;
35 class QBarSet;
33 class QBarSet;
36 class QAbstractBarSeries;
34 class QAbstractBarSeries;
37 class QPieSeries;
35 class QPieSeries;
38 class QAreaSeries;
36 class QAreaSeries;
39 class LegendScrollButton;
40 class QChart;
37 class QChart;
41 class QLegendPrivate;
38 class QLegendPrivate;
42
39
@@ -38,6 +38,8 class QChart;
38 class ChartPresenter;
38 class ChartPresenter;
39 class QAbstractSeries;
39 class QAbstractSeries;
40 class LegendLayout;
40 class LegendLayout;
41 class LegendMarker;
42 class Domain;
41
43
42 class QLegendPrivate : public QObject
44 class QLegendPrivate : public QObject
43 {
45 {
@@ -26,7 +26,6
26
26
27 QTCOMMERCIALCHART_BEGIN_NAMESPACE
27 QTCOMMERCIALCHART_BEGIN_NAMESPACE
28 class QPieSeriesPrivate;
28 class QPieSeriesPrivate;
29 //class QPieSlice;
30
29
31 class QTCOMMERCIALCHART_EXPORT QPieSeries : public QAbstractSeries
30 class QTCOMMERCIALCHART_EXPORT QPieSeries : public QAbstractSeries
32 {
31 {
General Comments 0
You need to be logged in to leave comments. Login now