##// END OF EJS Templates
Rename pie series total() -> sum() to be consistent with bar series.
Rename pie series total() -> sum() to be consistent with bar series.

File last commit:

r922:d40a04983d6a
r939:8c748f062756
Show More
piechartcustomization.pro
17 lines | 294 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
TARGET = piechartcustomization
SOURCES += main.cpp \
pentool.cpp \
brushtool.cpp \
customslice.cpp \
mainwidget.cpp
HEADERS += \
pentool.h \
brushtool.h \
customslice.h \
mainwidget.h