mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
Move attachments view to the separate widget EntryAttachmentsWidget
This commit is contained in:
parent
ed0bda98a6
commit
c490c21cd5
10 changed files with 541 additions and 367 deletions
|
|
@ -376,7 +376,7 @@ void DetailsWidget::openAttachment(const QModelIndex& index)
|
|||
|
||||
if (!saveOk) {
|
||||
delete tmpFile;
|
||||
emit errorOccured(tr("Unable to open the attachment:\n").append(tmpFile->errorString()));
|
||||
emit errorOccurred(tr("Unable to open the attachment:\n").append(tmpFile->errorString()));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue