mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-04 01:55:30 -05:00
fix cli commands, translations and codestyle
This commit is contained in:
parent
6723f4215a
commit
1bfbb9242c
30 changed files with 70 additions and 67 deletions
|
|
@ -34,8 +34,8 @@
|
|||
|
||||
Estimate::Estimate()
|
||||
{
|
||||
this->name = QString("estimate");
|
||||
this->description = QObject::tr("Estimate the entropy of a password.");
|
||||
name = QString("estimate");
|
||||
description = QObject::tr("Estimate the entropy of a password.");
|
||||
}
|
||||
|
||||
Estimate::~Estimate()
|
||||
|
|
@ -138,7 +138,7 @@ static void estimate(const char* pwd, bool advanced)
|
|||
}
|
||||
}
|
||||
|
||||
int Estimate::execute(QStringList arguments)
|
||||
int Estimate::execute(const QStringList& arguments)
|
||||
{
|
||||
QTextStream inputTextStream(stdin, QIODevice::ReadOnly);
|
||||
QTextStream outputTextStream(stdout, QIODevice::WriteOnly);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue