mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 03:58:10 -04:00
Coding style fixes.
This commit is contained in:
parent
0c7e1f1a6b
commit
b90807c4d3
7 changed files with 10 additions and 12 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "EditWidget.h"
|
||||
#include "ui_EditWidget.h"
|
||||
|
||||
EditWidget::EditWidget(QWidget *parent)
|
||||
EditWidget::EditWidget(QWidget* parent)
|
||||
: DialogyWidget(parent)
|
||||
, m_ui(new Ui::EditWidget())
|
||||
{
|
||||
|
@ -50,4 +50,3 @@ QLabel* EditWidget::headlineLabel()
|
|||
{
|
||||
return m_ui->headerLabel;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue