##// END OF EJS Templates
Fix pie autotests...
Fix pie autotests Legend is now on by default which broke some tests.

File last commit:

r1015:5ddcd5974481
r1192:28f90ff1c65f
Show More
chartview.h
20 lines | 265 B | text/x-c | CLexer
#ifndef CHARTVIEW_H
#define CHARTVIEW_H
#include <QChartView>
QTCOMMERCIALCHART_USE_NAMESPACE
class ChartView : public QChartView
{
Q_OBJECT
public:
explicit ChartView(QWidget *parent = 0);
signals:
public slots:
};
#endif // CHARTVIEW_H