mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 23:10:59 -04:00
Rename "Advanced" to "Properties" in EditGroupWidget.
This commit is contained in:
parent
0b328a7ee0
commit
9a7a88eea2
4 changed files with 12 additions and 12 deletions
|
@ -55,10 +55,10 @@ private:
|
|||
Group::TriState triStateFromIndex(int index);
|
||||
|
||||
const QScopedPointer<Ui::EditGroupWidgetMain> m_mainUi;
|
||||
const QScopedPointer<Ui::EditGroupWidgetAdvanced> m_advancedUi;
|
||||
const QScopedPointer<Ui::EditGroupWidgetAdvanced> m_propertiesUi;
|
||||
QWidget* const m_editGroupWidgetMain;
|
||||
EditWidgetIcons* const m_editGroupWidgetIcons;
|
||||
QWidget* const m_editGroupWidgetAdvanced;
|
||||
QWidget* const m_editGroupWidgetProperties;
|
||||
Group* m_group;
|
||||
Database* m_database;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue