##// END OF EJS Templates
We have so many stupid warnings that "treat warnings as errors" flag is needed...
We have so many stupid warnings that "treat warnings as errors" flag is needed...

File last commit:

r530:d482058261e4
r609:a1ef8de9fe8d
Show More
chartanimation_p.h
19 lines | 332 B | text/x-c | CLexer
Michal Klocek
Animation refactor...
r530 #ifndef CHARTANIMATION_H_
#define CHARTANIMATION_H_
#include "qchartglobal.h"
#include <QVariantAnimation>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class ChartAnimation: public QVariantAnimation
{
public:
ChartAnimation(QObject* parent=0):QVariantAnimation(parent){};
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif /* AXISITEM_H_ */