mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -04:00
Coding style fixes.
This commit is contained in:
parent
8335db4db5
commit
d4f02a78a7
21 changed files with 36 additions and 34 deletions
|
@ -17,10 +17,10 @@
|
|||
|
||||
#include "Entry.h"
|
||||
|
||||
#include "Database.h"
|
||||
#include "DatabaseIcons.h"
|
||||
#include "Group.h"
|
||||
#include "Metadata.h"
|
||||
#include "core/Database.h"
|
||||
#include "core/DatabaseIcons.h"
|
||||
#include "core/Group.h"
|
||||
#include "core/Metadata.h"
|
||||
|
||||
const QStringList Entry::m_defaultAttibutes(QStringList() << "Title" << "URL" << "UserName" << "Password" << "Notes");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue