Skip to content
  • Michal Humpula's avatar
    Multiple Tiles Managers per Page · c07ee043
    Michal Humpula authored and Albert Astals Cid's avatar Albert Astals Cid committed
    It's straighforward implementation. Every single place, where there were call for (or with) TilesManager, now has a DocumentObserver as companion. The m_tiledManager reference in PagePrivate was changed to QMap<DocumentObserver, TilesManager>.
    
    REVIEW: 113986
    c07ee043