[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport

Andi Fischer andi.fischer at hispeed.ch
Tue Dec 13 22:45:40 UTC 2011


SVN commit 1268590 by fischer:

Using cpp comment. Adding log name.

 M  +1 -1      import_utils.cpp  
 M  +2 -2      nativeimportbase.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/import_utils.cpp #1268589:1268590
@@ -212,7 +212,7 @@
                     }
                     int wantNamespace = KMessageBox::Yes;
                     if (pl == Uml::ProgrammingLanguage::Cpp) {
-                        /* We know std and Qt are namespaces */
+                        // We know std and Qt are namespaces.
                         if (scopeName != "std" && scopeName != "Qt") {
                             wantNamespace = KMessageBox::questionYesNo(NULL,
                                         i18n("Is the scope %1 a namespace or a class?", scopeName),
--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/nativeimportbase.cpp #1268589:1268590
@@ -394,7 +394,7 @@
         uError() << msgPrefix << "cannot open file";
         return false;
     }
-    log("parsing...");
+    log(nameWithoutPath, "parsing...");
     // Scan the input file into the QStringList m_source.
     m_source.clear();
     m_srcIndex = 0;
@@ -422,7 +422,7 @@
            skipStmt();
         m_comment.clear();
     }
-    log("...end of parse");
+    log(nameWithoutPath, "...end of parse");
     return true;
 }
 




More information about the umbrello-devel mailing list