Skip to content
  • Thomas Zander's avatar
    As it can be seen as a bit odd that the way to add/remove a shape is to fetch · afa2118f
    Thomas Zander authored
    a Tool, I split the class and made the API so all adding/removing now goes via
    the KoShapeController class.
    
    Tools that want to add/delete something should do a:
      KoShapeController *sc = KoToolManager::instance()->shapeController(m_canvas)
    and eventually things like  sv->deleteShape(myShape);
    
    svn path=/trunk/koffice/; revision=599769
    afa2118f