mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
Coding style fixes.
This commit is contained in:
parent
ca13ad8d25
commit
ee3bc89a54
9 changed files with 22 additions and 11 deletions
|
|
@ -87,7 +87,8 @@ void EntryAttachments::clear()
|
|||
Q_EMIT modified();
|
||||
}
|
||||
|
||||
int EntryAttachments::attachmentsSize(QList<QByteArray>* foundAttachements) {
|
||||
int EntryAttachments::attachmentsSize(QList<QByteArray>* foundAttachements)
|
||||
{
|
||||
int size = 0;
|
||||
|
||||
QMapIterator<QString, QByteArray> i(m_attachments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue