##// END OF EJS Templates
Removed few unnecessary include from animation classes
Marek Rosa -
r2317:e05e191bbd8a
parent child
Show More
@@ -20,9 +20,6
20
20
21 #include "axisanimation_p.h"
21 #include "axisanimation_p.h"
22 #include "chartaxis_p.h"
22 #include "chartaxis_p.h"
23 #include "chartpresenter_p.h"
24 #include <QTimer>
25 #include <QDebug>
26
23
27 Q_DECLARE_METATYPE(QVector<qreal>)
24 Q_DECLARE_METATYPE(QVector<qreal>)
28
25
@@ -20,7 +20,6
20
20
21 #include "baranimation_p.h"
21 #include "baranimation_p.h"
22 #include "abstractbarchartitem_p.h"
22 #include "abstractbarchartitem_p.h"
23 #include <QTimer>
24
23
25 Q_DECLARE_METATYPE(QVector<QRectF>)
24 Q_DECLARE_METATYPE(QVector<QRectF>)
26
25
@@ -27,8 +27,8
27 //
27 //
28 // We mean it.
28 // We mean it.
29
29
30 #ifndef ABSTRACTBARANIMATION_P_H
30 #ifndef BARANIMATION_P_H
31 #define ABSTRACTBARANIMATION_P_H
31 #define BARANIMATION_P_H
32
32
33 #include "chartanimation_p.h"
33 #include "chartanimation_p.h"
34
34
@@ -56,4 +56,4 protected:
56
56
57 QTCOMMERCIALCHART_END_NAMESPACE
57 QTCOMMERCIALCHART_END_NAMESPACE
58
58
59 #endif // ABSTRACTBARANIMATION_P_H
59 #endif // BARANIMATION_P_H
@@ -21,7 +21,6
21 #include "pieanimation_p.h"
21 #include "pieanimation_p.h"
22 #include "piesliceanimation_p.h"
22 #include "piesliceanimation_p.h"
23 #include "piechartitem_p.h"
23 #include "piechartitem_p.h"
24 #include <QTimer>
25
24
26 QTCOMMERCIALCHART_BEGIN_NAMESPACE
25 QTCOMMERCIALCHART_BEGIN_NAMESPACE
27
26
General Comments 0
You need to be logged in to leave comments. Login now