##// END OF EJS Templates
Fix crash with boxplotttester...
Fix crash with boxplotttester The test application clears the second set in the first series. It is checked that the set exists before clearing it. Change-Id: I6fc7aa812a359b2227930852c02e9b6029a7303e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2483:f494279b6366
r2630:c58d5a10ac65
Show More
layout.pri
12 lines | 285 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractchartlayout.cpp \
$$PWD/cartesianchartlayout.cpp \
$$PWD/polarchartlayout.cpp
PRIVATE_HEADERS += \
$$PWD/abstractchartlayout_p.h \
$$PWD/cartesianchartlayout_p.h \
$$PWD/polarchartlayout_p.h