mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Small optimizations.
This commit is contained in:
parent
57b0c17733
commit
1c7e8f6921
4 changed files with 12 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue