diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 12:00:37 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 12:00:37 -0500 |
| commit | 5ad38938406c8a77bd2f83d5fccc84f3cd6e16bb (patch) | |
| tree | b904ad4f2c74c947096c0f25b57dc6b6ed164f7a /sigmod/Object.h | |
| parent | 63961be3711be4543ffbcbdc4b667ecfbe7890ca (diff) | |
| download | sigen-5ad38938406c8a77bd2f83d5fccc84f3cd6e16bb.tar.gz sigen-5ad38938406c8a77bd2f83d5fccc84f3cd6e16bb.tar.xz sigen-5ad38938406c8a77bd2f83d5fccc84f3cd6e16bb.zip | |
Removed the QPoint bounds checker
Diffstat (limited to 'sigmod/Object.h')
| -rw-r--r-- | sigmod/Object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sigmod/Object.h b/sigmod/Object.h index c6e857b7..c0371b07 100644 --- a/sigmod/Object.h +++ b/sigmod/Object.h @@ -157,7 +157,6 @@ class SIGMOD_EXPORT Object : public QObject static QString bounds(const QString& variable, const int min, const int max, const int value); static QString bounds(const QString& variable, const int min, const int max, const Sigcore::Fraction& value); static QString bounds(const QString& variable, const QString& min, const QString& max, const int value); - static QString bounds(const QString& variable, const QPoint& min, const QPoint& max, const QPoint& value); static QString bounds(const QString& variable, const int value); static QString bounds(const QString& variable, const QString& value); static QString subclass(const QString& subclass, const int id); |
