Skip to content
Commit a694f889 authored by Hartmut Riesenbeck's avatar Hartmut Riesenbeck Committed by Andreas Cord-Landwehr
Browse files

Fix EntryFilter::expireEntries call.

In EntryFilter::expireEntries() the set
EntryFilter::m_entries is checked for entries
which hasn't practiced for a defined amount of
time and decreases the grad if this was expired.

But at time of calling expireEntries() this could
not work because m_entries was not intialisised
and empty. The method call was moved to a place
where m_entries is filled and cleaned of invalid
entries.

REVIEW: 127156
parent a6c0dbdb
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