changeset 376 | 626fd85b1f69 |
parent 138 | 9079931da6c3 |
child 377 | 5391ab620c95 |
1.1 --- a/api.cpp Wed Jul 27 18:56:32 2005 +0000 1.2 +++ b/api.cpp Tue Sep 05 15:05:18 2006 +0000 1.3 @@ -126,9 +126,7 @@ 1.4 int API::parInt (bool &ok,const uint &index) 1.5 { 1.6 if (checkParamIsInt (index)) 1.7 - { 1.8 return paramList[index].toInt (&ok, 10); 1.9 - } 1.10 ok=false; 1.11 return 0; 1.12 }