mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-29 01:06:27 -05:00
Coding style fixes.
This commit is contained in:
parent
095bf158b6
commit
82eca1a5bf
@ -50,7 +50,6 @@ private:
|
|||||||
PasswordGenerator::GeneratorFlags generatorFlags();
|
PasswordGenerator::GeneratorFlags generatorFlags();
|
||||||
|
|
||||||
const QScopedPointer<Ui::PasswordGeneratorWidget> m_ui;
|
const QScopedPointer<Ui::PasswordGeneratorWidget> m_ui;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEEPASSX_PASSWORDGENERATORWIDGET_H
|
#endif // KEEPASSX_PASSWORDGENERATORWIDGET_H
|
||||||
|
@ -241,7 +241,6 @@ QString EditEntryWidget::entryTitle() const
|
|||||||
else {
|
else {
|
||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditEntryWidget::loadEntry(Entry* entry, bool create, bool history, const QString& parentName,
|
void EditEntryWidget::loadEntry(Entry* entry, bool create, bool history, const QString& parentName,
|
||||||
|
Loading…
Reference in New Issue
Block a user