diff options
Diffstat (limited to 'src/declarative/fx/qfxpixmapcache.cpp')
-rw-r--r-- | src/declarative/fx/qfxpixmapcache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxpixmapcache.cpp b/src/declarative/fx/qfxpixmapcache.cpp index 0cc09cd..80b5011 100644 --- a/src/declarative/fx/qfxpixmapcache.cpp +++ b/src/declarative/fx/qfxpixmapcache.cpp @@ -111,6 +111,7 @@ static bool readImage(QIODevice *dev, QPixmap *pixmap) *pixmap = QPixmap::fromImage(img); return true; } else { + qWarning() << imgio.errorString(); return false; } } |