~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to umbrello/umbrello/umlobject.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
        qElement.setAttribute("comment", m_Doc);    //CHECK: uml13.dtd compliance
828
828
#ifdef XMI_FLAT_PACKAGES
829
829
    if (m_pUMLPackage)             //FIXME: uml13.dtd compliance
830
 
        qElement.setAttribute("package", m_pUMLPackage->getID());
 
830
        qElement.setAttribute("package", m_pUMLPackage->ID());
831
831
#endif
832
832
    QString visibility = m_Vis.toString(false);
833
833
    qElement.setAttribute("visibility", visibility);