##// END OF EJS Templates
Qt5 build fixes
Qt5 build fixes

File last commit:

r2155:efb312b94196
r2239:7132c010391a
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)
{
}