mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Coding style improvements.
This commit is contained in:
parent
89361b3bea
commit
b88a0d8de3
12 changed files with 52 additions and 51 deletions
|
@ -79,6 +79,8 @@ private Q_SLOTS:
|
|||
void emitCurrentModeChanged();
|
||||
|
||||
private:
|
||||
void truncateHistories();
|
||||
|
||||
Database* const m_db;
|
||||
QWidget* m_mainWidget;
|
||||
EditEntryWidget* m_editEntryWidget;
|
||||
|
@ -91,8 +93,6 @@ private:
|
|||
Entry* m_newEntry;
|
||||
Group* m_newParent;
|
||||
QLineEdit* m_searchEdit;
|
||||
|
||||
void truncateHistories();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue