mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-11 02:55:23 -04:00
parent
ba68e0a4a1
commit
3415073051
4 changed files with 8 additions and 6 deletions
|
@ -49,7 +49,8 @@ void KeePass1OpenWidget::openDatabase()
|
|||
|
||||
QFile file(m_filename);
|
||||
if (!file.open(QIODevice::ReadOnly)) {
|
||||
// TODO: error message
|
||||
MessageBox::warning(this, tr("Error"), tr("Unable to open the database.").append("\n")
|
||||
.append(file.errorString()));
|
||||
return;
|
||||
}
|
||||
if (m_db) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue