##// END OF EJS Templates
Remove QPieSeries::replace(). The function does not really make sense with the pie.
Remove QPieSeries::replace(). The function does not really make sense with the pie.

File last commit:

r1006:a8ef6d6db8bf
r1013:bd5d49d1f7af
Show More
axis.pri
15 lines | 328 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/chartaxis.cpp \
$$PWD/qaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/chartaxis_p.h \
$$PWD/qaxis_p.h \
$$PWD/qchartaxiscategories_p.h
PUBLIC_HEADERS += \
$$PWD/qaxis.h \
$$PWD/qchartaxiscategories.h