mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 19:48:36 -04:00
Coding style fixes.
This commit is contained in:
parent
1342a66881
commit
a8ab3a5ca1
3 changed files with 5 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
EditWidget::EditWidget(QWidget* parent)
|
||||
: DialogyWidget(parent)
|
||||
, m_ui(new Ui::EditWidget())
|
||||
, m_ui(new Ui::EditWidget())
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue