mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-20 21:04:44 -04:00
Coding style fixes.
This commit is contained in:
parent
da713b0993
commit
e5062cb745
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ IconStruct::IconStruct()
|
|||
{
|
||||
}
|
||||
|
||||
EditWidgetIcons::EditWidgetIcons(QWidget *parent)
|
||||
EditWidgetIcons::EditWidgetIcons(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
, m_ui(new Ui::EditWidgetIcons())
|
||||
{
|
||||
|
|
|
@ -43,11 +43,11 @@ class EditWidgetIcons : public QWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit EditWidgetIcons(QWidget *parent = 0);
|
||||
explicit EditWidgetIcons(QWidget* parent = 0);
|
||||
~EditWidgetIcons();
|
||||
|
||||
IconStruct save();
|
||||
void load(Uuid currentUuid, Database *database, IconStruct iconStruct);
|
||||
void load(Uuid currentUuid, Database* database, IconStruct iconStruct);
|
||||
|
||||
private Q_SLOTS:
|
||||
void addCustomIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue