Commit 823b9a6d authored by Nate Weibley's avatar Nate Weibley Committed by Nate Weibley

Include type arg in method prototype

parent 80ef4da8
......@@ -121,7 +121,7 @@ public:
static const int defaultDecimalPlaces = 3;
static ValueType_t stringToType(const QString& typeString, bool& unknownType);
static size_t typeToSize(ValueType_t);
static size_t typeToSize(ValueType_t type);
private:
QVariant _minForType(void) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment