Revision c44ba69...

Go back to digest for 16th September 2012

Optimization in Other

Daniel Calviño Sánchez committed changes in [veritas] /:

Refactor to move counters from view to model.

The model emits signals when the number of items change, but it did not
provide get methods to know that number of items, so the view had to
keep its own counters and update them when the model emitted the
signals. Get methods were added to the model and the counters were
removed from the view.

File Changes

Modified 5 files
  •   internal/runnermodel.cpp
  •   internal/runnermodel.h
  •   internal/runnerwindow.cpp
  •   internal/runnerwindow.h
  •   tests/runnermodeltest.cpp
5 files changed in total