lineseriesdevice.cpp
6 lines
| 113 B
| text/x-c
|
CppLexer
Marek Rosa
|
r2155 | #include "lineseriesdevice.h" | ||
LineSeriesDevice::LineSeriesDevice(QObject *parent) : | ||||
QLineSeries(parent) | ||||
{ | ||||
} | ||||