On Wednesday 04 September 2013 00:17:37 Marco Martin wrote:
> On Tuesday 27 August 2013, Christoph Feck wrote:
> > Hi,
> >
> > Looking at the NotificationDelegate.qml file, I see several lines
> > that say "notificationsModel.remove(index)", fired from timers,
> > running animations etc.
> >
> >
On Tuesday 27 August 2013, Christoph Feck wrote:
> Hi,
>
> Looking at the NotificationDelegate.qml file, I see several lines that
> say "notificationsModel.remove(index)", fired from timers, running
> animations etc.
>
> Do QML models automatically make sure the index is still valid, in
> other w
On Tuesday 27 August 2013 13:57:00 Christoph Feck wrote:
> Hi,
>
> Looking at the NotificationDelegate.qml file, I see several lines
> that say "notificationsModel.remove(index)", fired from timers,
> running animations etc.
>
> Do QML models automatically make sure the index is still valid, in
>
Hi,
Looking at the NotificationDelegate.qml file, I see several lines that
say "notificationsModel.remove(index)", fired from timers, running
animations etc.
Do QML models automatically make sure the index is still valid, in
other words, when e.g. the timer fires delayed, and another item has