##// END OF EJS Templates
Fixed QML oscilloscope layout
Fixed QML oscilloscope layout

File last commit:

r2155:efb312b94196
r2312:2932f3712717
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)
{
}