##// 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
qmlcustomizations.pro
8 lines | 192 B | text/idl | PrologLexer
Tero Ahola
App for demonstrating QML customization apis
r1259 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)