##// END OF EJS Templates
Fix crash with empty BarSet values...
Fix crash with empty BarSet values Change-Id: I6c82ad2985f7efc501ed0df34b8205875a369fd0 Task-number: QTBUG-51287 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2869:8f454d1f8b44
Show More
layout.pri
12 lines | 285 B | text/plain | TextLexer
Miikka Heikkinen
Add Polar chart support...
r2483 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