##// END OF EJS Templates
Fixed baranimation blinking
Fixed baranimation blinking

File last commit:

r2155:efb312b94196
r2320:b9410ebe3045
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)
{
}