##// END OF EJS Templates
Adds big fat pimpl to series classes...
Adds big fat pimpl to series classes * adds QSeriesPrivate as base for private implmentaiton of series * pimpl for area, line, scatter, spline * small adjustmetns for pie and bars to inherit private base class * renames priavte_p to _p to follow qt convetion

File last commit:

r938:43d9ec405aa3
r938:43d9ec405aa3
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
$$PWD/scatterchartitem.cpp
PRIVATE_HEADERS += \
$$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h