##// END OF EJS Templates
Some perfs improvments....
Some perfs improvments. Fixed bug on update outside of data range. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2885:b0b6ace77823
r2902:1f7564788f9d 5.7
Show More
linechart.pri
11 lines | 228 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
$$PWD/qlineseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qlineseries.h