mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +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;
|
||||
raw.imgdata.params.output_color = LIBRAW_COLORSPACE_sRGB;
|
||||
|
||||
RAWDataStream rawdevicestream(device, true);
|
||||
const int rawresult = raw.open_datastream(&rawdevicestream);
|
||||
RAWDataStream rawdatastream(device, true);
|
||||
const int rawresult = raw.open_datastream(&rawdatastream);
|
||||
if (rawresult == LIBRAW_FILE_UNSUPPORTED) {
|
||||
kDebug() << libraw_strerror(rawresult);
|
||||
raw.recycle();
|
||||
|
|
Loading…
Add table
Reference in a new issue