qse  0.5.4
qseintparameter.cpp
Go to the documentation of this file.
1 #include "qseintparameter.h"
2 
3 QseIntParameter::QseIntParameter(QseOperator* op, const QString& name, QObject* parent)
4  : QseParameter(op, name, parent)
5 {
6 }
QseIntParameter(QseOperator *op, const QString &name, QObject *parent=0)