mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
parent
24275d8dc4
commit
c51098e2cf
@ -671,6 +671,14 @@ void EditEntryWidget::openAttachment(const QModelIndex& index)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!file->flush()) {
|
||||||
|
MessageBox::warning(this, tr("Error"),
|
||||||
|
tr("Unable to save the attachment:\n").append(file->errorString()));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
file->close();
|
||||||
|
|
||||||
QDesktopServices::openUrl(QUrl::fromLocalFile(file->fileName()));
|
QDesktopServices::openUrl(QUrl::fromLocalFile(file->fileName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user