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

« back to all changes in this revision

Viewing changes to umbrello/umbrello/operation.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:
591
591
        /*
592
592
        CodeGenerator* codegen = UMLApp::app()->getGenerator();
593
593
        if (codegen) {
594
 
            uDebug() << "CodeDocument searching with id=" << ID2STR(UMLObject::getID());
595
 
            CodeDocument* codeDoc = codegen->findCodeDocumentByID(ID2STR(UMLObject::getID()));
 
594
            uDebug() << "CodeDocument searching with id=" << ID2STR(UMLObject::ID());
 
595
            CodeDocument* codeDoc = codegen->findCodeDocumentByID(ID2STR(UMLObject::ID()));
596
596
            if (codeDoc) {
597
597
                uDebug() << "CodeDocument found:\n" << codeDoc;
598
598
            }