mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Coding style improvements.
This commit is contained in:
parent
56ac80f475
commit
7e1f7a8729
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ private Q_SLOTS:
|
|||
|
||||
private:
|
||||
const QScopedPointer<Ui::EditGroupWidgetMain> m_mainUi;
|
||||
QWidget* m_editGroupWidgetMain;
|
||||
QWidget* const m_editGroupWidgetMain;
|
||||
Group* m_group;
|
||||
|
||||
Q_DISABLE_COPY(EditGroupWidget)
|
||||
|
|
|
|||
Loading…
Reference in a new issue