##// END OF EJS Templates
Bug fix for bar presenters. It appears that order of childItems may change. Relying on order caused crash
Bug fix for bar presenters. It appears that order of childItems may change. Relying on order caused crash

File last commit:

r203:7350e0387b3f
r256:bd68fc4fe7ab
Show More
piechart.pri
18 lines | 356 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp \
$$PWD/pieslicelabel.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter.h \
$$PWD/pieslice.h \
$$PWD/pieslicelabel.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h