Code review comment for lp:~mhr3/dee-qt/changeset-support

Revision history for this message
Michal Hruby (mhr3) wrote :

> 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