mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 14:36:07 -05:00
Coding style fixes.
This commit is contained in:
parent
da713b0993
commit
e5062cb745
@ -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…
x
Reference in New Issue
Block a user