Richard Heck wrote: > My thought was more simpleminded, but I don't know this code. Why do we > need a cache of the original image once the pixmap has been set? If the > original is changed, then presumably we want to reload. But if it doesn't > change, we don't need access to it any more, do we? So, if setPixmap() > returns true, then can't we do something like reset() the cached_item_ and > just get rid if that QImage?
maybe we want it when user want eg rescale to a different value? pavel