##// END OF EJS Templates
Removed some carbage from pie series public APIs
Tero Ahola -
r2042:5963e0c0c35d
parent child
Show More
@@ -38,7 +38,6 class QTCOMMERCIALCHART_EXPORT QPieSeries : public QAbstractSeries
38 38 Q_PROPERTY(int count READ count NOTIFY countChanged)
39 39 Q_PROPERTY(qreal sum READ sum NOTIFY sumChanged)
40 40 Q_PROPERTY(qreal holeSize READ holeSize WRITE setHoleSize)
41 // Q_PROPERTY(bool donut READ donut WRITE setDonut)
42 41
43 42 public:
44 43 explicit QPieSeries(QObject *parent = 0);
@@ -58,8 +58,8 public:
58 58 enum LabelPosition {
59 59 LabelOutside,
60 60 LabelInsideHorizontal,
61 LabelInsideTangential, // better name needed
62 LabelInsideNormal // better name needed
61 LabelInsideTangential,
62 LabelInsideNormal
63 63 };
64 64
65 65 public:
General Comments 0
You need to be logged in to leave comments. Login now