##// END OF EJS Templates
QBarCategoryAxis doesn't notify domain on category remove...
QBarCategoryAxis doesn't notify domain on category remove If category is removed from the middle or a new one is inserted into middle the domain doesn't get notification about this. However removing first or last category or inserting a new at the beginning or at the end is working. Change-Id: I1eea3ea0c3e9fa1e0b2ff8dfbe56ae6848839991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r938:43d9ec405aa3
r2558:0bd3eac43e23
Show More
linechart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
Michal Klocek
Cleanup build setup...
r249
PUBLIC_HEADERS += \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.h