##// END OF EJS Templates
demoLauncher fixed again
demoLauncher fixed again

File last commit:

r2155:efb312b94196
r2236:3577330858e8
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)
{
}