mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-02 02:17:05 -04:00
Small clean up.
This commit is contained in:
parent
3efc8f457a
commit
b9fe2c1bf9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue