##// END OF EJS Templates
Fix crash when adding/removing points during animation...
Fix crash when adding/removing points during animation Adding/removing points during the animation of the previous add/remove operation resulted in a mismatch between visible point count and the actual point count, leading to crashes in code that assumed both to be the same. Added necessary safeguards and improved autotests to detect these cases. Task-number: QTRD-1984 Change-Id: I544d10a69e760a40d4c90a4f02de61d4d1bb974f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2489:c4f9629c130d
Show More
qmloscilloscope.pro
13 lines | 257 B | text/idl | PrologLexer
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783
HEADERS += \
datasource.h