On Sat, May 14, 2011 at 9:51 PM, Christoph Feck <christ...@maxiom.de> wrote:
> On Saturday 14 May 2011 21:42:18 Mark wrote: > > Why is KDE having it's own image/pixmap caching classes > > when the Qt lib also has them (QPixmapCache and QCache). > > KDE's cache classes are on-disk caches and cross-application, while Qt's > cache > classes are only in-memory and not shared between applications. > > Christoph Feck (kdepepo) > KDE Quality Team > Ohh, didn't know that. Then it seems to be even more interesting to merge back with Qt 5 :-)