mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Constification and some style fixes.
This commit is contained in:
parent
b3ddfca2bd
commit
3df2ad35cb
28 changed files with 84 additions and 105 deletions
|
@ -63,7 +63,7 @@ private Q_SLOTS:
|
|||
void updateSettings(bool accepted);
|
||||
|
||||
private:
|
||||
Database* m_db;
|
||||
Database* const m_db;
|
||||
QWidget* m_mainWidget;
|
||||
EditEntryWidget* m_editEntryWidget;
|
||||
EditGroupWidget* m_editGroupWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue