##// END OF EJS Templates
minor. Release polishing
minor. Release polishing

File last commit:

r1015:5ddcd5974481
r1049:4e3b4d910737
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