qimagereader: fix build on iOS
Change-Id: Ia928e449ecec49988e0af69da0a7aded5bf36871 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>bb10
parent
acdf946e63
commit
0b481f28d1
|
|
@ -199,7 +199,7 @@ static const _qt_BuiltInFormatStruct _qt_BuiltInFormats[] = {
|
|||
#endif
|
||||
#ifndef QT_NO_IMAGEFORMAT_JPEG
|
||||
{_qt_JpgFormat, "jpg", "image/jpeg"},
|
||||
{_qt_JpegFormat, "jpeg"},
|
||||
{_qt_JpegFormat, "jpeg", "image/jpeg"},
|
||||
#endif
|
||||
#ifdef QT_BUILTIN_GIF_READER
|
||||
{_qt_GifFormat, "gif", "image/gif"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue