##// END OF EJS Templates
Fix crash when signals connected to deleted PieChartItem are emitted...
Fix crash when signals connected to deleted PieChartItem are emitted Disconnect all signals connected to the PieChartItem when it is destroyed. Reviewed-by: Mika Salmela

File last commit:

r938:43d9ec405aa3
r2423:5eb5ce9ed083
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h