> 357 + if (model->d->m_changesetInProgress) { > > Shouldn't this say "if (!model->d->m_changesetInProgress) {"?
No, this is callback for row-changed, in case of transaction we need to flush everything we received so far.
« Back to merge proposal
> 357 + if (model- >d->m_changeset InProgress) { >d->m_changeset InProgress) {"?
>
> Shouldn't this say "if (!model-
No, this is callback for row-changed, in case of transaction we need to flush everything we received so far.