diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/image/hbiconsource.cpp --- a/src/hbcore/image/hbiconsource.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/image/hbiconsource.cpp Mon May 03 12:48:33 2010 +0300 @@ -97,7 +97,7 @@ float lViewboxHeight = * (float*)(lBuf + NVG_VIEWBOX_HEIGHT_OFS); if (lViewboxWidth > 0 && lViewboxHeight > 0) { - ret = QSize(lViewboxWidth, lViewboxHeight); + ret = QSize((int)lViewboxWidth, (int)lViewboxHeight); } else { ret = QSize(0, 0); }