Case realization parameters. Return empty object and method name change

This commit is contained in:
Bjørn Erik Jensen
2018-05-30 09:27:22 +02:00
parent d043545747
commit 56d0112b07
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public:
void setValue(double value);
void setValue(const QString& value);
bool isEmpty() const { return m_valueType == TYPE_NONE; }
bool isValid() const { return m_valueType == TYPE_NONE; }
bool isNumeric() const { return m_valueType == TYPE_NUMERIC; }
bool isText() const { return m_valueType == TYPE_TEXT; }