mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -04:00
Removed one other extraneous line
This commit is contained in:
parent
f2951443e1
commit
d85f3a2b82
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ QSharedPointer<PasswordHealth> HealthChecker::evaluate(const Entry* entry) const
|
||||||
// Unfortunately, Qt doesn't seem to have a utility for seconds->year.
|
// Unfortunately, Qt doesn't seem to have a utility for seconds->year.
|
||||||
// (365 days)(24 hours/day)(3600 s/hr) is approximately a year and gets compiled away.
|
// (365 days)(24 hours/day)(3600 s/hr) is approximately a year and gets compiled away.
|
||||||
if (ageInSeconds / (365 * 24 * 3600) > 1) {
|
if (ageInSeconds / (365 * 24 * 3600) > 1) {
|
||||||
Tools::humanReadableTimeDifference(ageInSeconds);
|
|
||||||
health->addScoreReason(QObject::tr("Password is %1 old").arg(Tools::humanReadableTimeDifference(ageInSeconds)));
|
health->addScoreReason(QObject::tr("Password is %1 old").arg(Tools::humanReadableTimeDifference(ageInSeconds)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue