api.h
changeset 395 7ced3733ba60
parent 394 67cfa6e6b863
     1.1 --- a/api.h	Tue Oct 24 15:36:38 2006 +0000
     1.2 +++ b/api.h	Mon Oct 30 12:39:37 2006 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  #ifndef API_H
     1.5  #define API_H
     1.6  
     1.7 +#include <QColor>
     1.8  #include <QStringList>
     1.9  
    1.10  enum ErrorLevel {NoError,Warning,Aborted};
    1.11 @@ -25,6 +26,7 @@
    1.12  	int parInt (bool &,const uint &index);
    1.13  	QString parString(bool &ok,const int &index);
    1.14  	bool parBool (bool &ok, const int &index);
    1.15 +	QColor parColor (bool &ok, const int &index);
    1.16  private:
    1.17  	QString input;
    1.18  	QString com;