[Uml-devel] KDE/kdesdk/umbrello/umbrello/codegenerators/php

Andi Fischer andi.fischer at hispeed.ch
Wed Oct 1 21:39:48 UTC 2008


SVN commit 866778 by fischer:

Krazy: fixing postfix usage of ++ and --.

 M  +2 -1      php5writer.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/php/php5writer.cpp #866777:866778
@@ -3401,8 +3401,9 @@
     static QStringList keywords;
 
     if (keywords.isEmpty()) {
-        for (int i = 0; php5words[i]; i++)
+        for (int i = 0; php5words[i]; ++i) {
             keywords.append(php5words[i]);
+        }
     }
 
     return keywords;




More information about the umbrello-devel mailing list