##// 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
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h