[Uml-devel] branches/work/soc-umbrello/umbrello/codeimport

Andi Fischer andi.fischer at hispeed.ch
Tue Sep 7 20:46:48 UTC 2010


SVN commit 1172691 by fischer:

Krazy issue fixed.

 M  +1 -1      javaimport.cpp  


--- branches/work/soc-umbrello/umbrello/codeimport/javaimport.cpp #1172690:1172691
@@ -562,7 +562,7 @@
                 name += nextToken;  // add possible array dimensions to `name'
             }
             nextToken = advance();
-            if (nextToken == QString()) {
+            if (nextToken.isEmpty()) {
                 break;
             }
         }




More information about the umbrello-devel mailing list