mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Small clean up.
This commit is contained in:
parent
3efc8f457a
commit
b9fe2c1bf9
@ -45,8 +45,8 @@ AboutDialog::AboutDialog(QWidget* parent)
|
||||
}
|
||||
|
||||
if (!commitHash.isEmpty()) {
|
||||
QString labelGit = commitHash;
|
||||
m_ui->label_git->setText(tr("Revision").append(": ").append(labelGit));
|
||||
QString labelText = tr("Revision").append(": ").append(commitHash);
|
||||
m_ui->label_git->setText(labelText);
|
||||
}
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
Loading…
Reference in New Issue
Block a user