##// 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
qmlcustommodel.pro
12 lines | 321 B | text/idl | PrologLexer
Tero Ahola
Separated series model stuff from data api in QML examples
r1202 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
Tero Ahola
QML custom model demo now implements it's own QAbstractItemModel based model
r1272 SOURCES += main.cpp\
customtablemodel.cpp \
declarativemodel.cpp
HEADERS += customtablemodel.h \
declarativemodel.h
Tero Ahola
Separated series model stuff from data api in QML examples
r1202
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)