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:
Binary file not shown.
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key" : "Software" ,
|
"key" : "Software" ,
|
||||||
"value" : "LIFE Pro 2.18.10"
|
"value" : "LIFE Pro 2.20.35"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key" : "Altitude",
|
"key" : "Altitude",
|
||||||
@@ -32,6 +32,10 @@
|
|||||||
"key" : "Description",
|
"key" : "Description",
|
||||||
"value" : "TV broadcast test image."
|
"value" : "TV broadcast test image."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key" : "HostComputer",
|
||||||
|
"value" : "Windows 11 Enterprise (25H2)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key" : "Latitude",
|
"key" : "Latitude",
|
||||||
"value" : "44.6478"
|
"value" : "44.6478"
|
||||||
|
|||||||
@@ -498,7 +498,7 @@ public:
|
|||||||
}
|
}
|
||||||
auto host = hostComputer();
|
auto host = hostComputer();
|
||||||
if (!host.isEmpty()) {
|
if (!host.isEmpty()) {
|
||||||
image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), capt);
|
image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), host);
|
||||||
}
|
}
|
||||||
auto docn = documentName();
|
auto docn = documentName();
|
||||||
if (!docn.isEmpty()) {
|
if (!docn.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user