mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Coding style fixes.
This commit is contained in:
parent
ca13ad8d25
commit
ee3bc89a54
9 changed files with 22 additions and 11 deletions
|
@ -344,7 +344,8 @@ void Entry::setExpiryTime(const QDateTime& dateTime)
|
|||
}
|
||||
}
|
||||
|
||||
int Entry::getSize(QList<QByteArray>* foundAttachements) {
|
||||
int Entry::getSize(QList<QByteArray>* foundAttachements)
|
||||
{
|
||||
return attributes()->attributesSize() + attachments()->attachmentsSize(foundAttachements);
|
||||
}
|
||||
|
||||
|
@ -382,7 +383,8 @@ void Entry::removeHistoryItems(QList<Entry*> historyEntries)
|
|||
}
|
||||
}
|
||||
|
||||
void Entry::truncateHistory() {
|
||||
void Entry::truncateHistory()
|
||||
{
|
||||
const Database* db = database();
|
||||
|
||||
if (!db) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue