Small optimizations.

This commit is contained in:
Felix Geyer 2013-03-26 23:53:34 +01:00
parent 57b0c17733
commit 1c7e8f6921
4 changed files with 12 additions and 11 deletions

View file

@ -267,7 +267,7 @@ void Group::setLastTopVisibleEntry(Entry* entry)
set(m_lastTopVisibleEntry, entry);
}
void Group::setExpires(const bool& value)
void Group::setExpires(bool value)
{
if (m_timeInfo.expires() != value) {
m_timeInfo.setExpires(value);