api.h
changeset 377 5391ab620c95
parent 133 c7393c51640a
child 394 67cfa6e6b863
     1.1 --- a/api.h	Tue Sep 05 15:05:18 2006 +0000
     1.2 +++ b/api.h	Wed Sep 06 12:47:06 2006 +0000
     1.3 @@ -14,10 +14,10 @@
     1.4  	QString errorDesc();
     1.5  	bool error();
     1.6  	void setError (const QString &);
     1.7 -	bool checkParamCount (const uint &);
     1.8 -	bool checkParamIsInt (const uint &);
     1.9 +	bool checkParamCount (const int &);
    1.10 +	bool checkParamIsInt (const int &);
    1.11  	int parInt (bool &,const uint&);
    1.12 -	QString parString(bool &,const uint &);
    1.13 +	QString parString(bool &,const int &);
    1.14  private:
    1.15  	QString com;
    1.16  	QStringList paramList;