Skip to content
  • Dmitry Kazakov's avatar
    Made good cache for KisMask's projection · cbae7c91
    Dmitry Kazakov authored
    Usage of a QThreadStorage was a bad idea, because it works badly in
    case the lifetime of an object is shorter that a lifetime of a
    thread (the storage data leaks in the case).So i decided to use our
    own KisLocklessStack for this purpose.
    
    BUG:249343
    
    svn path=/trunk/koffice/; revision=1190024
    cbae7c91