Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run code formatter
Browse files Browse the repository at this point in the history
ba32107 committed Jun 21, 2019
1 parent bee9df2 commit 0b5b4c6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/PasswordGeneratorWidget.cpp
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ PasswordGeneratorWidget::~PasswordGeneratorWidget()
{
}

void PasswordGeneratorWidget::showEvent(QShowEvent *event)
void PasswordGeneratorWidget::showEvent(QShowEvent* event)
{
QWidget::showEvent(event);
reset();
2 changes: 1 addition & 1 deletion src/gui/PasswordGeneratorWidget.h
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ class PasswordGeneratorWidget : public QWidget
bool isPasswordVisible() const;

protected:
void showEvent(QShowEvent *event);
void showEvent(QShowEvent* event);

public slots:
void regeneratePassword();

0 comments on commit 0b5b4c6

Please sign in to comment.