hotfix: remove instances of qWarning
for a successful *nix build
This commit is contained in:
parent
83a57c145c
commit
fe209f9061
1 changed files with 0 additions and 2 deletions
2
src/vendor/QtGifImage/gifimage/qgifimage.cpp
vendored
2
src/vendor/QtGifImage/gifimage/qgifimage.cpp
vendored
|
@ -136,7 +136,6 @@ bool QGifImagePrivate::load(QIODevice *device)
|
|||
int error;
|
||||
GifFileType *gifFile = DGifOpen(device, readFromIODevice, &error);
|
||||
if (!gifFile) {
|
||||
qWarning(GifErrorString(error));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -228,7 +227,6 @@ bool QGifImagePrivate::save(QIODevice *device) const
|
|||
int error;
|
||||
GifFileType *gifFile = EGifOpen(device, writeToIODevice, &error);
|
||||
if (!gifFile) {
|
||||
qWarning(GifErrorString(error));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue