##// END OF EJS Templates
Layout fixes to QML custom legend demo
Layout fixes to QML custom legend demo

File last commit:

r2155:efb312b94196
r2231:dea249e1f6c4
Show More
lineseriesdevice.cpp
6 lines | 113 B | text/x-c | CppLexer
/ demos / audio / lineseriesdevice.cpp
Marek Rosa
Added audio input demo
r2155 #include "lineseriesdevice.h"
LineSeriesDevice::LineSeriesDevice(QObject *parent) :
QLineSeries(parent)
{
}