##// END OF EJS Templates
Fix issue with qmloscilloscope in Qt5
Fix issue with qmloscilloscope in Qt5

File last commit:

r2155:efb312b94196
r2250:e351331dbdf9
Show More
lineseriesdevice.cpp
6 lines | 113 B | text/x-c | CppLexer
/ demos / audio / lineseriesdevice.cpp
#include "lineseriesdevice.h"
LineSeriesDevice::LineSeriesDevice(QObject *parent) :
QLineSeries(parent)
{
}