Skip to content
Commit 339e7e6f authored by Tobias Koenig's avatar Tobias Koenig
Browse files

Improve updates in mobile UI mode

In mobile UI mode we do not insert new items as soon
as ItemFetchJob reports them via the itemsRetrieved() signal,
but wait until the ItemFetchJob has finished and then we'll
insert all items in one go. This prevents rowsInserted() signals
of the model, which will cause unnecessary (and expensive) updates
in the proxy stack above.

svn path=/trunk/KDE/kdepimlibs/; revision=1211207
parent 2219d61e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment