Fix for nVidia

This commit is contained in:
2022-04-06 23:21:48 +02:00
parent 023a616fa0
commit bebaa37650
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ bool loadRAW(QString path, ImageInfoData &info, RawImage **image)
info.append(StringPair(QObject::tr("ISO"), QString::number(raw.imgdata.other.iso_speed)));
info.append(StringPair(QObject::tr("Shutter speed"), shutterSpeed));
#if LIBRAW_MINOR_VERSION>=19
info.append(StringPair(QObject::tr("Camera temperature"), QString::number(raw.imgdata.other.CameraTemperature)));
// info.append(StringPair(QObject::tr("Camera temperature"), QString::number(raw.imgdata.other.CameraTemperature)));
#endif
return true;
}