##// END OF EJS Templates
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.

File last commit:

r2155:efb312b94196
r2272:b1616762bd1e old_master
Show More
lineseriesdevice.h
21 lines | 340 B | text/x-c | CLexer
#ifndef LINESERIESDEVICE_H
#define LINESERIESDEVICE_H
#include <QLineSeries>
#include <QIODevice>
QTCOMMERCIALCHART_USE_NAMESPACE
class LineSeriesDevice : public QIODevice, public QLineSeries
{
Q_OBJECT
public:
explicit LineSeriesDevice(QObject *parent = 0);
signals:
public slots:
;
#endif // LINESERIESDEVICE_H