##// END OF EJS Templates
LineChartItem::updateGeometry(): Catch and warn about unexpected domains....
LineChartItem::updateGeometry(): Catch and warn about unexpected domains. Task-number: QTRD-3507 Change-Id: I60600dceacd689fd61f3d9000d6f8e3ebbea08a1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2771:8283f962d987
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
Tero Ahola
Moved scatter impl into a subfolder
r194 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
Michal Klocek
Refactor scatter chart to fit the other classes...
r470 $$PWD/scatterchartitem.cpp
Tero Ahola
Moved scatter impl into a subfolder
r194
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
Tero Ahola
Moved scatter impl into a subfolder
r194
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h