mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-24 08:43:29 -05:00
Coding style fixes.
This commit is contained in:
parent
f89a2a4045
commit
739f4d97a6
10 changed files with 14 additions and 14 deletions
|
|
@ -377,7 +377,7 @@ QList<Entry*> Group::entriesRecursive(bool includeHistoryItems)
|
|||
return entryList;
|
||||
}
|
||||
|
||||
void Group::addEntry(Entry *entry)
|
||||
void Group::addEntry(Entry* entry)
|
||||
{
|
||||
Q_ASSERT(entry);
|
||||
Q_ASSERT(!m_entries.contains(entry));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue