Revision 53188f4...

Go back to digest for 21st October 2012

Optimization in Utilities

Friedrich Karl Tilman Pülz committed changes in [publictransport] /:

Improve DepartureModel update performance

- Less QHash lookups needed now
and less QList::indexOf()/contains() calls
- DepartureItem::updateChild() got a new argument "childIndex",
can be used if known to prevent a call to ChildItem::row()

File Changes

Modified 2 files
  •   applet/departuremodel.cpp
  •   applet/departuremodel.h
2 files changed in total