00001 #ifndef QSEINTPARAMETER_H 00002 #define QSEINTPARAMETER_H 00003 00004 #include "qseparameter.h" 00005 00006 class QseIntParameter : public QseParameter 00007 { 00008 Q_OBJECT; 00009 00010 public: 00011 QseIntParameter(QseOperator* op, const QString& name, QObject* parent=0); 00012 }; 00013 00014 #endif
1.5.5