mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kimgio: rename variable for consistency
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
24e00f8ca5
commit
772e88b926
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ bool RAWHandler::canRead(QIODevice *device)
|
||||||
LibRaw raw;
|
LibRaw raw;
|
||||||
raw.imgdata.params.output_color = LIBRAW_COLORSPACE_sRGB;
|
raw.imgdata.params.output_color = LIBRAW_COLORSPACE_sRGB;
|
||||||
|
|
||||||
RAWDataStream rawdevicestream(device, true);
|
RAWDataStream rawdatastream(device, true);
|
||||||
const int rawresult = raw.open_datastream(&rawdevicestream);
|
const int rawresult = raw.open_datastream(&rawdatastream);
|
||||||
if (rawresult == LIBRAW_FILE_UNSUPPORTED) {
|
if (rawresult == LIBRAW_FILE_UNSUPPORTED) {
|
||||||
kDebug() << libraw_strerror(rawresult);
|
kDebug() << libraw_strerror(rawresult);
|
||||||
raw.recycle();
|
raw.recycle();
|
||||||
|
|
Loading…
Add table
Reference in a new issue