##// END OF EJS Templates
Fix hoverSignal tests in linux...
Fix hoverSignal tests in linux The final hoverevent when leaving the piechart seems to take a few milliseconds to appear in some environments. Added small wait before checking the signal counts.

File last commit:

r938:43d9ec405aa3
r2422:d9fd85d98bee
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Adds area chart...
r421 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qareaseries_p.h
Michal Klocek
Adds area chart...
r421
PUBLIC_HEADERS += \
$$PWD/qareaseries.h