mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Coding style fixes.
This commit is contained in:
parent
095bf158b6
commit
82eca1a5bf
3 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
~EditWidget();
|
||||
|
||||
void add(const QString& labelText, QWidget* widget);
|
||||
void setRowHidden(QWidget *widget, bool hide);
|
||||
void setRowHidden(QWidget* widget, bool hide);
|
||||
void setCurrentRow(int index);
|
||||
void setHeadline(const QString& text);
|
||||
QLabel* headlineLabel();
|
||||
|
|
|
@ -50,7 +50,6 @@ private:
|
|||
PasswordGenerator::GeneratorFlags generatorFlags();
|
||||
|
||||
const QScopedPointer<Ui::PasswordGeneratorWidget> m_ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_PASSWORDGENERATORWIDGET_H
|
||||
|
|
|
@ -241,7 +241,6 @@ QString EditEntryWidget::entryTitle() const
|
|||
else {
|
||||
return QString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void EditEntryWidget::loadEntry(Entry* entry, bool create, bool history, const QString& parentName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue