Correct checks for containers' emptiness

This commit is contained in:
Gianluca Recchia 2018-11-02 03:38:55 +01:00 committed by Jonathan White
parent fc930bae69
commit e81841550b
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
6 changed files with 9 additions and 8 deletions

View file

@ -174,7 +174,7 @@ QSharedPointer<Database> DatabaseOpenWidget::database()
void DatabaseOpenWidget::enterKey(const QString& pw, const QString& keyFile)
{
if (!pw.isNull()) {
if (!pw.isEmpty()) {
m_ui->editPassword->setText(pw);
}
if (!keyFile.isEmpty()) {