summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpixmapcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxpixmapcache.cpp')
-rw-r--r--src/declarative/fx/qfxpixmapcache.cpp1
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;
}
}