* replace qhash by qmap and avoid side-effect prone QHash::operator[] * use…

Authored by luebking on Nov 2 2010, 8:35 PM.

Description

  • replace qhash by qmap and avoid side-effect prone QHash::operator[] * use TimeLine data memeber instead pointer to prevent leaking * only setTransformed() if there's really a current animation, not if "a window we know is mapped" * therefore use a poperty to know whether the effect manages a deleted window * set the TRANSFORMED flag in prePaintWindow as it should be

CCBUG: 242693

svn path=/trunk/KDE/kdebase/workspace/; revision=1192388

Details