mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-10 02:25:38 -04:00
Use constructor initialization lists where possible.
This commit is contained in:
parent
4152e93bb7
commit
308d3ad84b
9 changed files with 31 additions and 38 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
LineEdit::LineEdit(QWidget* parent)
|
||||
: QLineEdit(parent)
|
||||
, m_clearButton(new QToolButton(this))
|
||||
{
|
||||
m_clearButton = new QToolButton(this);
|
||||
m_clearButton->setObjectName("clearButton");
|
||||
|
||||
QIcon icon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue