mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-09 07:22:50 -04:00
Coding style improvements.
This commit is contained in:
parent
89361b3bea
commit
b88a0d8de3
12 changed files with 52 additions and 51 deletions
|
@ -40,8 +40,8 @@ DatabaseSettingsWidget::~DatabaseSettingsWidget()
|
|||
{
|
||||
}
|
||||
|
||||
void DatabaseSettingsWidget::setForms(QString dbName, QString dbDescription,
|
||||
QString defaultUsername, bool recylceBinEnabled,
|
||||
void DatabaseSettingsWidget::setForms(const QString& dbName, const QString& dbDescription,
|
||||
const QString& defaultUsername, bool recylceBinEnabled,
|
||||
int transformRounds, int historyMaxItems,
|
||||
int historyMaxSize)
|
||||
{
|
||||
|
@ -162,7 +162,6 @@ void DatabaseSettingsWidget::toggleHistoryMaxSizeSpinBox(int state)
|
|||
else {
|
||||
m_ui->historyMaxSizeSpinBox->setEnabled(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void DatabaseSettingsWidget::transformRoundsBenchmark()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue