mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-05-25 13:08:28 -04:00
Fix HOST Computer metadata
This commit is contained in:
@@ -498,7 +498,7 @@ public:
|
||||
}
|
||||
auto host = hostComputer();
|
||||
if (!host.isEmpty()) {
|
||||
image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), capt);
|
||||
image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), host);
|
||||
}
|
||||
auto docn = documentName();
|
||||
if (!docn.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user