diff -r 3dc98c8843bc -r 7b74fa3772bf api.cpp --- a/api.cpp Tue Aug 01 09:30:57 2006 +0000 +++ b/api.cpp Tue Sep 05 09:47:13 2006 +0000 @@ -126,9 +126,7 @@ int API::parInt (bool &ok,const uint &index) { if (checkParamIsInt (index)) - { return paramList[index].toInt (&ok, 10); - } ok=false; return 0; }